forwardNewExpiryEventHandler Delegate   Table of ContentNewFuturesStrategyDefinitionEventArgs Propertiesforward
NewFuturesStrategyDefinitionEventArgs Class
Attributes of the NewFuturesStrategyDefinitionReceived event.
Inheritance Hierarchy

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 NewFuturesStrategyDefinitionEventArgs : MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>

The NewFuturesStrategyDefinitionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowOptions
Indicates if the market supports option markets.
Public propertyAllowsImplied
AllowsImplied Indicate if implication is done for a given spread market and its given outright leg markets.
Public propertyBlockSequenceNumber
Sequence number of message block.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertyClearedAlias
Clearing limit admin related.
Public propertyContractSymbol
See Naming Convention on Appendix D.
Public propertyCurrency
Currency.
Public propertyDealPriceDenominator
Denominator for the deal price fields in the market. For most markets, this is the same as OrderPriceDenominator.
Public propertyExchangeSilo
Exchange silo code for the market.
Public propertyFeedId
Feed ID.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertyGTAllowed
Indicates if GTC is allowed in the market. Means the screen trading is not allowed for the market.
Public propertyHedgeOnly
Indicate if the contract is for hedge only.
Public propertyHubAlias
Alias of the hub for the contract/market.
Public propertyHubId
ID of the hub for the contract/market.
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 propertyIsBundled
Bundle marker. This field is true if messages has been received within bundle (see BundleMarker).
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertyIsInterested
Is a flag allows the user to specify that the product is interested to user.
Public propertyIsTradable
Indicate if the contract is tradable.
Public propertyLatency
Processing latency in microseconds.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertyLegDealSuppressed
Indicates whether leg deals are suppressed.
Public propertyLegs
Collection of strategy leg definitions.
Public propertyMarketDesc
Description of the market.
Public propertyMarketId
Unique identifier of a market.
Public propertyMarketTypeId
See Appendix C for the list of makret types and IDs.
Public propertyMaturityDate
Maturity date.
Public propertyMaxPrice
Maximum Price.
Public propertyMICCode
Market Identifier Code for the market.
Public propertyMIFIDRegulatedMarket
Indicates MIFID-II market.
Public propertyMinPrice
Minimum Price.
Public propertyMinQty
Minimum increment premium price for this market.
Public propertyNumberOfMessages
Number of messages in message block.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertyNumDecimalsOptionsPrice
Only used for OffExchangeIncrementOptionPrice.
Public propertyNumOfCycles
Numeric Number of cycles (days, hours, MWh, etc) for a contract.
Public propertyOffExchangeIncrementOptionPrice
Off exchange options increment price. NumDecimalsOptionsPrice should be applied to this field.
Public propertyOffExchangeIncrementPrice
Off exchange increment price. OrderPriceDenominator should be applied to this field.
Public propertyOffExchangeIncrementQty
Off exchange increment qty. OffExchangeIncrementQtyDenominator should be applied to this field.
Public propertyOffExchangeIncrementQtyDenominator
Denominator for OffExchangeIncrementQty.
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
ID of the product that the contract/market is under.
Public propertyProductName
Name of the product that the contract/market is under.
Public propertyReceivingTime
Time when the UDP packet was received by Handler.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Public propertySecuritySubType
Contains the Strategy Code for defined market where applicable. See Appendix E for list of codes.
Public propertySentTime
DateTime object created using number of milliseconds since Jan 1st, 1970, 00:00:00 GMT.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
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::NewFuturesStrategyDefinition>.)
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::NewFuturesStrategyDefinition>.)
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 propertyStripId
ID of the strip for the contract/market.
Public propertyStripName
Name of the strip for the contract/market.
Public propertyTestMarketIndicator
Indicates Test Market.
Public propertyTradingStatus
See appendix A on trading status codes.
Public propertyUnderlyingISIN
The ISIN of the security this market is associated with. This is currently only populated for Liffe Equity markets.
Public propertyUnitOfMeasure
Unit Of Measure.
Public propertyUnitQtyDenominator
Denominator for UnitQuantity. Clients should also apply UnitQtyDenominator when calculating LotSize. This field will be '0' or most of the markets.
Public propertyUnitQuantity
The quantity in unit of measurement per lot. For example, it is 1000 barrels per lot for Brent. UnitQtyDenominator should be applied to get correct UnitQuantity.
Top
Methods
  NameDescription
Public methodDispose (Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
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.
(Inherited from MessageEventArgs<OnixS::ICE::iMpact::MarketData::NewFuturesStrategyDefinition>.)
Top
See Also