TradePreliminarySettlementData_change

Metadata

  • Base Table Class: Change
  • Default Size: TradePreliminarySettlementData = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this TradePreliminarySettlementData.
StatusSet of Status4
TimestampInteger (unsigned)8The time at which this change record was generated. This is not the same as the business-level timestamp of this TradePreliminarySettlementData_change.
TradeForeign key to Trade8
SideOne of OrderSide1Whether this is a Buy (0) or a Sell (1).
InstrumentMarketForeign key to InstrumentMarket8
AccountNameString254
SettlementClassForeign key to SettlementClass8
TypeOne of CcmxSettlementDataType1
SettlementValueDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting the value of this TradePreliminarySettlementData_change. Values within MarketGrid are stored and communicated as integers with fixed numbers of decimals. This field specifies how many digits are to the right of the decimal point. For example, a value of 1150000 with SettlementValueDecimals of 2 means 11,500.00.
PreliminaryValueInteger (signed)8
PreliminaryValueUsedInteger (signed)8
FeeInteger (signed)8
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.
BCSequenceInteger (unsigned)8The sequence number of this TradePreliminarySettlementData_change message in the overall broadcast sequence.
ReloadedInteger (unsigned)1Set to true for change records that are generated during a normal startup from engine cache files.
InstanceIdInteger (unsigned)4
RunIdInteger (unsigned)4
ChangedFieldOne of KVPKey4
CreateUserForeign key to User8The Id of the User that created this TradePreliminarySettlementData.
CreateTimestampInteger (unsigned)8The time at which this TradePreliminarySettlementData was created.
UpdateUserForeign key to User8The Id of the User that last updated this TradePreliminarySettlementData.
UpdateTimestampInteger (unsigned)8The time at which this TradePreliminarySettlementData was last updated.