TradePreliminarySettlementData

Metadata

  • Base Table Class: Entity
  • Default Size: 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this TradePreliminarySettlementData.
StatusSet of Status4
TradeForeign key to Trade8
TypeOne of CcmxSettlementDataType1
SettlementValueDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting the value of this TradePreliminarySettlementData. 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.
OwnerUserForeign key to User8The Id of the User that owns this TradePreliminarySettlementData.
OwnerGroupForeign key to Group8The Id of the Group that owns this TradePreliminarySettlementData.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this TradePreliminarySettlementData.
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.