OrderNotional_change

Metadata

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

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this OrderNotional.
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 OrderNotional_change.
ReferenceString20The published identifier for this OrderNotional_change. It is a string of characters that uniquely identifies every OrderNotional_change in the system.
FirstLegForeign key to OrderNotional8
AccountForeign key to Account8
InstrumentMarketForeign key to InstrumentMarket8
OrdinalPhaseInteger (signed)1
SideOne of OrderSide1Whether this is a Buy (0) or a Sell (1).
OrderStatusSet of OrderStatus4
ValueDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting the value of this OrderNotional_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 ValueDecimals of 2 means 11,500.00.
PriceDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting prices for this OrderNotional_change. Prices 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 price of 10350 with PriceDecimals set to 2 means 103.50.
SharesFullyDilutedInteger (signed)8
ImpliedPriceInteger (signed)8
SettlementCurrencyForeign key to Instrument8
ImpliedValueInteger (signed)8
ValueInteger (signed)8
BaselineOrderForeign key to OrderNotional8
OriginalOrderForeign key to OrderNotional8
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 OrderNotional_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 OrderNotional.
CreateTimestampInteger (unsigned)8The time at which this OrderNotional was created.
UpdateUserForeign key to User8The Id of the User that last updated this OrderNotional.
UpdateTimestampInteger (unsigned)8The time at which this OrderNotional was last updated.