forwardBuild Method    Table of ContentOldStyleOptionsTradeAndMarketStatsEventArgsBuilder Constructor forward
OldStyleOptionsTradeAndMarketStatsEventArgsBuilder Class
Builder to build instances of OldStyleOptionsTradeAndMarketStatsEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.OldStyleOptionsTradeAndMarketStatsEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class OldStyleOptionsTradeAndMarketStatsEventArgsBuilder

The OldStyleOptionsTradeAndMarketStatsEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodOldStyleOptionsTradeAndMarketStatsEventArgsBuilder
Initializes a new instance of the OldStyleOptionsTradeAndMarketStatsEventArgsBuilder class
Top
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
Methods
  NameDescription
Public methodBuild
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also