RFQRecipient

Metadata

  • Base Table Class: Entity
  • Not in MDB
  • Default Size: RFQ * Constants::MaxRecipientsPerOrder = 100000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this RFQRecipient.
StatusSet of Status4
RFQForeign key to RFQ8This 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.
FirmForeign key to Firm8A Firm is the organisational unit into which users of the Trading System are grouped. Every Firm belongs to one Enterprise.
GroupForeign key to Group8This 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.
UserForeign key to User8The User Table contains a list of the UserIds that are used by individuals to log into the Trading System.
UpdateNumberInteger (unsigned)8A 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.
OwnerUserForeign key to User8The Id of the User that owns this RFQRecipient.
OwnerGroupForeign key to Group8The Id of the Group that owns this RFQRecipient.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this RFQRecipient.
CreateUserForeign key to User8The Id of the User that created this RFQRecipient.
CreateTimestampInteger (unsigned)8The time at which this RFQRecipient was created.
UpdateUserForeign key to User8The Id of the User that last updated this RFQRecipient.
UpdateTimestampInteger (unsigned)8The time at which this RFQRecipient was last updated.