CancelledTradeEventArgsBuilder Constructor | Table of Content | DateTime Property ![]() |
| CancelledTradeEventArgsBuilder Properties |
The CancelledTradeEventArgsBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| DateTime |
Date time the trade was cancelled. Milliseconds since Jan 1st, 1970,
00:00:00 GMT.
| |
| MarketId |
Unique identifier of the market.
| |
| OffMarketTradeType |
Only for off market trade. The first character is `' '` when it is a
regular trade. One or two null characters (`'\\0'`) will be appended
to the end of this field when applicable. See Appendix B for the codes
and descriptions.
| |
| Price |
Price of the trade. `DealPriceDenominator` for the market should be
applied to get the real price.
| |
| Quantity |
Trade quantity.
| |
| SentTime |
Date-time of the message sent.
| |
| TradeId |
Unique identifier of the trade.
|