RFQCounterParty

Metadata

  • Base Table Class: Static
  • Default Size: 1000

Fields

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