InvestigatedTradeEventArgsBuilder Constructor | Table of Content | DateTime Property |
InvestigatedTradeEventArgsBuilder Properties |
The InvestigatedTradeEventArgsBuilder type exposes the following members.
Name | Description | |
---|---|---|
DateTime |
Date time the trade was investigated. 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.
| |
Status |
Indicate current investigation status for the trade.
| |
TradeId |
Unique identifier of the trade.
|