RFQRecipient_change
This is an entity to record changes in the RFQRecipient 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)
- Section: Change Tables
Metadata
- Base Table Class: Change
- Not in MDB
- Default Size: RFQRecipient = 100000
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this RFQRecipient. |
| Status | Set of Status | 4 | |
| Timestamp | Integer (unsigned) | 8 | The time at which this change record was generated. This is not the same as the business-level timestamp of this RFQRecipient_change. |
| RFQ | Foreign key to RFQ | 8 | |
| Firm | Foreign key to Firm | 8 | |
| Group | Foreign key to Group | 8 | |
| User | Foreign key to User | 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 RFQRecipient_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. |
| InstanceId | Integer (unsigned) | 4 | |
| RunId | Integer (unsigned) | 4 | |
| ChangedField | One of KVPKey | 4 | |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this RFQRecipient. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this RFQRecipient was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this RFQRecipient. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this RFQRecipient was last updated. |