forwardOptionsProductDefinitionEventHandler Delegate   Table of ContentOptionsStrategyDefinitionEventArgs Propertiesforward
OptionsStrategyDefinitionEventArgs Class
Attributes of the OptionsStrategyDefinitionReceived event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    OnixS.NET.ICE.iMpact.OptionsStrategyDefinitionEventArgs

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public class OptionsStrategyDefinitionEventArgs : EventArgs, 
	IDisposable

The OptionsStrategyDefinitionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBlockDetails
Collection of block details.
Public propertyContractSymbol
See Naming Convention on Appendix D.
Public propertyContractSymbolExtra
Extra contract symbol. Some contract symbols might contain more than 35 characters. Clients should append this field to ContractSymbol (Offset 11) to get the complete contract symbol.
Public propertyDealPriceDenominator
Denominator for the deal price fields in the market. For most markets, this is the same as OrderPriceDenominator.
Public propertyGTAllowed
Indicates if GTC is allowed in the market. Means the screen trading is not allowed for the market.
Public propertyHedges
Collection of strategy hedge definitions.
Public propertyIncrementPrice
Minimum increment premium price for this market.
Public propertyIncrementQty
Minimum increment quantity for this market.
Public propertyIsBlockOnly
Indicates if Market is only tradable via ICE Block Trade. This also means the screen trading is not allowed for the market.
Public propertyIsInterested
Is a flag allows the user to specify that the product is interested to user.
Public propertyIsTradable
Indicates if the contract is tradable.
Public propertyLegDealSuppressed
Indicates whether leg deals are suppressed.
Public propertyLegs
Collection of strategy leg definitions.
Public propertyMarketId
Unique identifier of a market.
Public propertyMIFIDRegulatedMarket
Indicates MIFID-II market.
Public propertyMinQty
Minimum increment premium price for this market.
Public propertyNumOfCycles
Number of cycles (days, hours, MWh, etc) for a contract.
Public propertyNumOfMarkets
The number of options markets for the given market type.
Public propertyOptionsExpirationDate
Last date that the option market can be traded and should be removed from the system.
Public propertyOrderPriceDenominator
Denominator for the order price fields in this market.
Public propertyOverrideBlockMin
Indicates whether the Block Minimum can be overridden for the market.
Public propertyProductId
The product id for the market. For options, the ProductID will be that of the underlying product.
Public propertyRequestMarketType
See Appendix C for the list of market types and IDs.
Public propertyRequestSeqId
The original request sequence ID assigned by client, unique per session.
Public propertySecuritySubType
Contains the Strategy Code for defined market where applicable. See Appendix E for list of codes.
Public propertySettlePriceDenominator
Denominator for the settlement price fields in the market. For most markets, this is the same as DealPriceDenominator.
Public propertyStrategySymbol
Strategy Symbol.
Public propertyTestMarketIndicator
Indicates Test Market.
Public propertyTradingStatus
See appendix A on trading status codes.
Public propertyUnderlyingMarketId
Unique identifier of the underlying market.
Public propertyUnitQtyDenominator
Denominator for UnitQuantity. Clients should also apply UnitQtyDenominator when calculating LotSize. This field will be '0' or most of the markets.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OptionsStrategyDefinitionEventArgs
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 the string representation of the object.
(Overrides Object.ToString().)
Top
See Also