AuctionSession_static_change

Metadata

  • Base Table Class: Change
  • Not in MDB
  • Default Size: Auction * 10 = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this AuctionSession_static.
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 AuctionSession_static_change.
AuctionForeign key to Auction8
PhaseOne of CcmxAuctionPhase1
ManualInteger (unsigned)1
EntrySessionForeign key to Session8
ExitSessionForeign key to Session8
SessionStartTimeInteger (unsigned)8
SessionEndTimeInteger (unsigned)8
PriceDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting prices for this AuctionSession_static_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.
QuantityDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting quantities for this AuctionSession_static_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.
ThresholdAbsoluteInteger (signed)8
ThresholdPercentInteger (unsigned)1
ProvisionalPriceInteger (signed)8
ThresholdPriceInteger (signed)8
AuctionPriceInteger (signed)8
AuctionQuantityInteger (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 AuctionSession_static_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 AuctionSession_static.
CreateTimestampInteger (unsigned)8The time at which this AuctionSession_static was created.
UpdateUserForeign key to User8The Id of the User that last updated this AuctionSession_static.
UpdateTimestampInteger (unsigned)8The time at which this AuctionSession_static was last updated.