Level1_change

This table represents a piece of Level One data.

Metadata

  • Base Table Class: Change
  • Default Size: Order + Trade * 4 = 5000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this Level1.
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 Level1_change.
InstrumentMarketForeign key to InstrumentMarket8
FieldOne of LevelOneType1
ValueInteger (signed)8
GroupInteger (unsigned)8
GroupStartInteger (unsigned)8
TransactionCountInteger (unsigned)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 Level1_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 Level1.
CreateTimestampInteger (unsigned)8The time at which this Level1 was created.
UpdateUserForeign key to User8The Id of the User that last updated this Level1.
UpdateTimestampInteger (unsigned)8The time at which this Level1 was last updated.