forwardOldStyleOptionsTradeAndMarketStatsEventArgsBuilder Constructor    Table of ContentBlockVolume Property forward
OldStyleOptionsTradeAndMarketStatsEventArgsBuilder Properties

The OldStyleOptionsTradeAndMarketStatsEventArgsBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBlockVolume
Block volume. N/A if set to -1
Public propertyEFPVolume
EFP volume. N/A if set to -1
Public propertyEFSVolume
EFS volume. N/A if set to -1
Public propertyEventCode
Event code.
Public propertyHigh
High price. `NumDecimalsOptionsPrice` from the underlying market should be applied to get the real price.
Public propertyLow
Low price. `NumDecimalsOptionsPrice` from the underlying market should be applied to get the real price.
Public propertyOffMarketTradeType
Only for off market trade. The value is `' '` when it is a regular trade. See Appendix B for the codes and descriptions
Public propertyOptionType
Option type.
Public propertyPrice
Trade price. `NumDecimalsOptionsPrice` from the underlying market should be applied to get the real price.
Public propertyQuantity
Quantity.
Public propertySentTime
Date-time of the message sent.
Public propertyStrikePrice
Strike price. `NumDecimalsStrikePrice` from the underlying market should be applied to get the real strike price.
Public propertyTotalVolume
Total volume. N/A if set to -1
Public propertyTradeId
Unique identifier of the trade.
Public propertyTransactDateTime
Deal date time. Milliseconds since Jan 1st, 1970, 00:00:00 GMT
Public propertyUnderlyingMarketId
The underlying market ID of this options market.
Public propertyVWAP
Weighted Average Price. `NumDecimalsOptionsPrice` from the underlying market should be applied to get the real price.
Top
See Also