Id Integer (signed) 8 The unique identifier of this RFQRecipient.Not editable Read-only Status Set of Status 4 RFQ Foreign key to RFQ 8 This is a reference to the RFQ table. It is keyed by the RFQ column in this table to the Id column in the RFQ table. Firm Foreign key to Firm 8 A Firm is the organisational unit into which users of the Trading System are grouped. Every Firm belongs to one Enterprise. Group Foreign key to Group 8 This is a reference to the Group table. It is keyed by the Group column in this table to the Id column in the Group table. User Foreign key to User 8 The User Table contains a list of the UserIds that are used by individuals to log into the Trading System. UpdateNumber Integer (unsigned) 8 A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record.Not editable OwnerUser Foreign key to User 8 The Id of the User that owns this RFQRecipient. OwnerGroup Foreign key to Group 8 The Id of the Group that owns this RFQRecipient. OwnerFirm Foreign key to Firm 8 The Id of the Firm that owns this RFQRecipient. CreateUser Foreign key to User 8 The Id of the User that created this RFQRecipient.Not editable Read-only CreateTimestamp Integer (unsigned) 8 The time at which this RFQRecipient was created.Not editable Read-only UpdateUser Foreign key to User 8 The Id of the User that last updated this RFQRecipient.Not editable Read-only UpdateTimestamp Integer (unsigned) 8 The time at which this RFQRecipient was last updated.Not editable Read-only