HoldingReservation_change

Metadata

  • Base Table Class: Change
  • Default Size: HoldingReservation * 2 = 2000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this HoldingReservation.
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 HoldingReservation_change.
HoldingForeign key to Holding8
TypeOne of HoldingReservationType1
RelatedTableOne of Table1
RelatedRecordInteger (signed)8
MetaDataString100
QuantityDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting quantities for this HoldingReservation_change. Quantities 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 quantity of 12345 with QuantityDecimals set to 3 means 12.345.
QuantityInteger (signed)8
DeficitInteger (signed)8
DeficitTypeOne of ReservationDeficitType1
AccountForeign key to Account8
AccountIdInteger (unsigned)8
InstrumentForeign key to Instrument8
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 HoldingReservation_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 HoldingReservation.
CreateTimestampInteger (unsigned)8The time at which this HoldingReservation was created.
UpdateUserForeign key to User8The Id of the User that last updated this HoldingReservation.
UpdateTimestampInteger (unsigned)8The time at which this HoldingReservation was last updated.