forwardOptionsExpirationType Enumeration   Table of ContentOptionsProductDefinitionEventArgs Propertiesforward
OptionsProductDefinitionEventArgs Class
Attributes of the OptionsProductDefinitionReceived event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    OnixS.NET.ICE.iMpact.OptionsProductDefinitionEventArgs

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 OptionsProductDefinitionEventArgs : EventArgs, 
	IDisposable

The OptionsProductDefinitionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBlockDetails
Collection of block details.
Public propertyBlockTickValue
Identifies the monetary amount per tick move when calculated for Off-Exchange trades.
Public propertyContractSize
The deliverable quantity of a stock, commodity, or other financial instrument that underlies a futures or options contract.
Public propertyContractSizeDenominator
Denominator for ContractSize.
Public propertyContractSymbol
See Naming Convention on Appendix D.
Public propertyCrossOrderSupported
Indicates if Cross order is supported in the market.
Public propertyCurrency
The currency that the market is traded on.
Public propertyDealPriceDenominator
Denominator for the deal price fields in the market. For most markets, this is the same as OrderPriceDenominator.
Public propertyFlexAllowed
Indicates if flexible strikes can be created for the option market.
Public propertyGTAllowed
Indicates if GTC is allowed in the market.
Public propertyGuaranteedCrossSupported
Indicates if Guarantee Cross is supported in the market.
Public propertyHedgeMarketId
The underlying futures market ID for a serial option. The serial option market may or may not be a valid futures month and option will expire/exercise into a position held in this underlying market. It will be set to -1 when not applicable.
Public propertyIncrementPremiumPrice
Price increment for the option 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 propertyISIN
This ISIN is only supported for MiFID Regulated Markets. Of the MiFID markets, only Futures and Options markets will support ISINs; some strategies will have an ISIN.
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 propertyLotSize
The lot size is minimum size of contracts in lots. It is multiplier to determine the total lots.
Public propertyMarketDescription
Description of the market.
Public propertyMarketId
Unique identifier of a market.
Public propertyMaxOptionsPrice
Maximum premium price for the option.
Public propertyMIFIDRegulatedMarket
Indicates MIFID-II market.
Public propertyMinOptionsPrice
Minimum premium price for the option.
Public propertyMinQty
Minimum quantity for this market.
Public propertyNumDecimalsStrikePrice
Denominator for the strike price field.
Public propertyNumOfCycles
Number of cycles (days, hours, MWh, etc) for a contract.
Public propertyNumOfMarkets
The number of markets for the given market type.
Public propertyOldTickValue
A market's tick value is the cash value of one tick (one minimum price movement). OrderPriceDenominator should be applied to get the real value.
Public propertyOptionsExpirationDate
Options Expiration Date.
Public propertyOptionsExpirationType
Options expiration type.
Public propertyOptionsStyle
Options settlement type.
Public propertyOptionType
Option type.
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 propertyScreenLastTradeDate
ScreenLastTradeDate is the last date, by Exchange rule, that the market is available for trading on the Central Order Book. It applies to all cleared instruments on the trading platform.
Public propertyScreenTickValue
Identifies the monetary amount per tick move when calculated from the Central Limit Order Book.
Public propertySettlementType
Settlement type.
Public propertySettlePriceDenominator
Denominator for the settlement price fields in the market. For most markets, this is the same as DealPriceDenominator.
Public propertyStrikePrice
Strike Price of the option. Used in conjunction with the NumDecimalsStrikePrice. This is often different from the premium price decimals.
Public propertyTestMarketIndicator
Indicates Test Market.
Public propertyTickValueDenominator
Denominator for ScreenTickValue and BlockTickValue.
Public propertyTradingStatus
See appendix A on trading status codes.
Public propertyUnderlyingMarketId
Underlying Futures/OTC market id. This market id links to the product definition of the futures market.
Public propertyUnitOfMeasure
Unit Of Measure.
Public propertyUnitQtyDenominator
Denominator for UnitQuantity. This field will be '0' or most of the markets.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OptionsProductDefinitionEventArgs
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