forwardInvestigatedTradeEventArgsBuilder Constructor    Table of ContentDateTime Property forward
InvestigatedTradeEventArgsBuilder Properties

The InvestigatedTradeEventArgsBuilder type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Date time the trade was investigated. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Public propertyMarketId
Unique identifier of the market.
Public propertyOffMarketTradeType
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.
Public propertyPrice
Price of the trade. `DealPriceDenominator` for the market should be applied to get the real price.
Public propertyQuantity
Trade quantity.
Public propertySentTime
Date-time of the message sent.
Public propertyStatus
Indicate current investigation status for the trade.
Public propertyTradeId
Unique identifier of the trade.
Top
See Also