forwardNewOptionsStrategyDefinitionEventArgsBuilder Constructor    Table of ContentContractSymbol Property forward
NewOptionsStrategyDefinitionEventArgsBuilder Properties

The NewOptionsStrategyDefinitionEventArgsBuilder type exposes the following members.

Properties
  NameDescription
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.
Public propertyHedges
Collection of Hedges.
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 propertyIsTradable
Indicates if the contract is tradable.
Public propertyLegDealSuppressed
Indicates whether leg deals are suppressed.
Public propertyLegs
Collection of Legs.
Public propertyMarketId
Unique identifier of the market.
Public propertyMarketTypeId
See Appendix C for the list of makret types and IDs.
Public propertyMaxPrice
Maximum price. `OrderPriceDenominator` should be applied to this field.
Public propertyMIFIDRegulatedMarket
Indicates MIFID-II market.
Public propertyMinPrice
Minimum price. `OrderPriceDenominator` should be applied to this field.
Public propertyMinQty
Minimum quantity for this market.
Public propertyNumOfCycles
Number of cycle (days, hours, MWh, etc.) for a contract.
Public propertyOptionsExpirationDay
Day of the month. Last date that the option market can be traded and should be removed from the system.
Public propertyOptionsExpirationMonth
Month range 1-12. Last date that the option market can be traded and should be removed from the system.
Public propertyOptionsExpirationYear
4 digit year. 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 propertySecuritySubType
Contains the Strategy Code for defined market where applicable. See Appendix E for list of codes.
Public propertySentTime
Date-time of the message sent.
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`. This field will be `0` for most of the markets.
Top
See Also