TradeUpdateValues
- Section: Transactions
- Related Message: TradeUpdateValuesReply
Metadata
- Message Type: TransactionMessage
- Message Number: 1136
Inherited fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| MessageType | Integer (unsigned) | 2 | The unique identifier of this message. |
| ClientId | Integer (unsigned) | 4 | The unique identifier of a session with the server, returned in a successful LoginReply message. |
| RequestId | Integer (unsigned) | 4 | Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session. |
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Trade | Foreign key to Trade | 8 | |
| UpdateAccounts | Integer (unsigned) | 1 | |
| UpdateQuantity | Integer (unsigned) | 1 | |
| UpdateSecuritySold | Integer (unsigned) | 1 | |
| QuantityOnly | Integer (unsigned) | 1 | |
| BuyAccountId | Integer (unsigned) | 8 | |
| SellAccountId | Integer (unsigned) | 8 | |
| Quantity | Integer (signed) | 8 | |
| SecurityLabel | String | 48 | The long text identifier of this TradeUpdateValues. |
| Value | Integer (signed) | 8 | |
| SettlementValue | Integer (signed) | 8 | |
| BuyFee | Integer (signed) | 8 | |
| BuyExternalCosts | Integer (signed) | 8 | |
| BuySettledQuantity | Integer (signed) | 8 | |
| BuySettledValue | Integer (signed) | 8 | |
| BuySettledFee | Integer (signed) | 8 | |
| BuySettledExternalCosts | Integer (signed) | 8 | |
| BuyCancelledQuantity | Integer (signed) | 8 | |
| BuyCancelledValue | Integer (signed) | 8 | |
| BuyCancelledFee | Integer (signed) | 8 | |
| BuyCancelledExternalCosts | Integer (signed) | 8 | |
| SellFee | Integer (signed) | 8 | |
| SellExternalCosts | Integer (signed) | 8 | |
| SellSettledQuantity | Integer (signed) | 8 | |
| SellSettledValue | Integer (signed) | 8 | |
| SellSettledFee | Integer (signed) | 8 | |
| SellSettledExternalCosts | Integer (signed) | 8 | |
| SellCancelledQuantity | Integer (signed) | 8 | |
| SellCancelledValue | Integer (signed) | 8 | |
| SellCancelledFee | Integer (signed) | 8 | |
| SellCancelledExternalCosts | Integer (signed) | 8 |