RFQ_change

This is an entity to record changes in the RFQ structure. It holds records that are already prepared for sending out via the market data streams (for example resolving internal shared memory indexes into external foreign key Ids)

Metadata

  • Base Table Class: Change
  • Default Size: RFQ * 2 = 20000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this RFQ.
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 RFQ_change.
RFQForeign key to RFQ8
ThreadIdForeign key to RFQ8
DirectionOne of RfqDirection1
FirmForeign key to Firm8
CounterPartyFirmForeign key to Firm8
CounterPartyUserForeign key to User8
InstrumentMarketForeign key to InstrumentMarket8
InstrumentForeign key to Instrument8
SideOne of OrderSide1Whether this is a Buy (0) or a Sell (1).
OrderStatusSet of OrderStatus4
TypeSet of OrderType4
PriceDecimalsInteger (unsigned)1The number of decimal places that should be used when interpreting prices for this RFQ_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 RFQ_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.
PreviousPriceInteger (signed)8
PriceInteger (signed)8The current Price for this RFQ_change instance.
QuantityInteger (signed)8
ExpiryDateInteger (signed)4Represents a date as an integer in YYYYMMDD format.
ExpiryTimeInteger (signed)4Represents time as an integer in HHMMSS format.
ActiveSet of RfqActive1
AcceptedInteger (unsigned)1
AccountCodeString40The human readable identifier of the Account. It is a free text field, up to a maximum of 40 characters.
QuoteReqIDString60
ExternalAccountForeign key to ExternalAccount8
ProjectIdString50The identifier of the specific project at the external register associated with this RFQ_change record.
VintageFromInteger (unsigned)4A year in YYYY format.
VintageToInteger (unsigned)4A year in YYYY format.
ProjectTypeForeign key to ProjectType8
RegionForeign key to Region8
CountryForeign key to Country8
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 RFQ_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 RFQ.
CreateTimestampInteger (unsigned)8The time at which this RFQ was created.
UpdateUserForeign key to User8The Id of the User that last updated this RFQ.
UpdateTimestampInteger (unsigned)8The time at which this RFQ was last updated.