forwardNewOptionsMarketDefinitionEventArgs Class   Table of ContentContractSymbol Property forward
NewOptionsMarketDefinitionEventArgs Properties

The NewOptionsMarketDefinitionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBlockSequenceNumber
Sequence number of message block.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertyFeedId
Feed ID.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertyIsBundled
Bundle marker. This field is true if messages has been received within bundle (see NewOptionsMarketDefinition).
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertyLatency
Processing latency in microseconds.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertyMarketTypeId
See Appendix C for the list of market types and IDs.
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 propertyNumberOfMessages
Number of messages in message block.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
Public propertyNumDecimalsStrikePrice
Denominator for the strike price field.
Public propertyNumOfCycles
Number of cycle (days, hours, MWh, etc.) for a contract.
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 propertyReceivingTime
Time when the UDP packet was received by Handler.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertySentTime
DateTime object created using number of milliseconds since Jan 1st, 1970, 00:00:00 GMT.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
Public propertySequenceNumber
Each message is assigned a sequence number that increases monotonically on the server side. To save bandwidth, the sequence number is a field in the block header, instead of every message. The sequence number for the first message is used in the header, and the client is expected to derive the sequence numbers for subsequent messages in the block. In the case of a heartbeat which includes only header in the block, the expected next sequence number is used.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
Public propertySessionNumber
The session number is used so that a client can easily detect when a new session has started after the daily maintenance window or failure on the server side. It should stay the same for a given multicast channel until a new session has started. It should be noted that the same number can be used by different multicast channels.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewOptionsMarketDefinition>.)
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 propertyTickValue
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 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' for most of the markets.
Top
See Also