The number of decimal places that should be used when interpreting prices for this AuctionSettlementClass_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.
QuantityDecimals
Integer (unsigned)
1
The number of decimal places that should be used when interpreting quantities for this AuctionSettlementClass_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.
ValueDecimals
Integer (unsigned)
1
The number of decimal places that should be used when interpreting the value of this AuctionSettlementClass_static_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.
PriceLowerBound
Integer (signed)
8
PriceUpperBound
Integer (signed)
8
MaximumShareAmount
Integer (signed)
8
Priority
Integer (unsigned)
2
QuantityRequestedBuy
Integer (signed)
8
QuantityRequestedSell
Integer (signed)
8
QuantityAllocatedBuy
Integer (signed)
8
QuantityAllocatedSell
Integer (signed)
8
FinalPrice
Integer (signed)
8
FinalQuantity
Integer (signed)
8
FinalValueTraded
Integer (signed)
8
UpdateNumber
Integer (unsigned)
8
A 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.
BCSequence
Integer (unsigned)
8
The sequence number of this AuctionSettlementClass_static_change message in the overall broadcast sequence.
Reloaded
Integer (unsigned)
1
Set to true for change records that are generated during a normal startup from engine cache files.