AuctionAccount_static_change

Metadata

  • Base Table Class: Change
  • Not in MDB
  • Default Size: AuctionAccount * 10 = 500000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this AuctionAccount_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 AuctionAccount_static_change.
AuctionForeign key to Auction8
AccountForeign key to Account8
IsTopLevelInteger (unsigned)1
ParticipantIdInteger (unsigned)8
AccountRelationshipOne of CcmxAccountRelationship1
InstrumentForeign key to Instrument8
QuantityDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting quantities for this AuctionAccount_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.
ValueDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting the value of this AuctionAccount_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.
UnoptimisedPlannedBuyInteger (signed)8
UnoptimisedPlannedSellInteger (signed)8
ElectedValueInteger (signed)8
ElectedFeesInteger (signed)8
UnoptimisedPendingBuyTradeCostsInteger (signed)8
UnoptimisedPendingSellTradeCostsInteger (signed)8
OptimisedPlannedSellCashInteger (signed)8
OptimisedReservedCashRequiredInteger (signed)8
OptimisedReservedCashInteger (signed)8
MaxResidualInteger (signed)8
ResidualPriceInteger (signed)8
EligibleQuantityInteger (signed)8
SideOne of OrderSide1
AllocationFromParentBuyInteger (signed)8
AllocationFromParentSellInteger (signed)8
AccountSortOrderInteger (unsigned)4
AccountPriorityBuyInteger (unsigned)4
AccountHoldingRatioBuyInteger (unsigned)4
MinimumQuantityBuyInteger (signed)8
AccountPrioritySellInteger (unsigned)4
AccountHoldingRatioSellInteger (unsigned)4
MinimumQuantitySellInteger (signed)8
QuantityRequestedBuyInteger (signed)8
QuantityRemainingBuyInteger (signed)8
QuantityAllocatedBuyInteger (signed)8
QuantityRequestedSellInteger (signed)8
QuantityRemainingSellInteger (signed)8
QuantityAllocatedSellInteger (signed)8
FinalQuantityAllocatedInteger (signed)8
ConsentRequiredInteger (unsigned)1
SignatureRequiredInteger (unsigned)1
OrdersCancelledInteger (unsigned)4
TotalQuantityInteger (signed)8
TotalValueInteger (signed)8
TotalFeesInteger (signed)8
TotalTaxWithholdingsInteger (signed)8
TotalExerciseCostInteger (signed)8
IsFundingInteger (unsigned)1
FundingEnabledStartTimeInteger (unsigned)8
UnfundedBidsInteger (signed)8
NettingFundsReceivableInteger (signed)8
NettingFundsReceivedInteger (signed)8
NettingFundsUsedInteger (signed)8
ExcessFundsReceivedForNettingInteger (signed)8
ExternalTaxCostsReceivedForNettingInteger (signed)8
ExternalExerciseCostsReceivedForNettingInteger (signed)8
PayrollProceedsReceivedForNettingInteger (signed)8
FeeBasisOne of FeeBasis1
FeeBuyInteger (signed)8
FeeSellInteger (signed)8
FeeMakerInteger (signed)8
FeeTakerInteger (signed)8
FeeTypeOne of FeeType1
IgnoreRelationshipPriorityInteger (unsigned)1
ForcePayrollProceedsInteger (unsigned)1
UseRelationshipPayrollProceedsInteger (unsigned)1
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 AuctionAccount_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 AuctionAccount_static.
CreateTimestampInteger (unsigned)8The time at which this AuctionAccount_static was created.
UpdateUserForeign key to User8The Id of the User that last updated this AuctionAccount_static.
UpdateTimestampInteger (unsigned)8The time at which this AuctionAccount_static was last updated.