forwardBuild Method    Table of ContentNewExpiryEventArgsBuilder Constructor forward
NewExpiryEventArgsBuilder Class
Builder to build instances of NewExpiryEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.NewExpiryEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class NewExpiryEventArgsBuilder

The NewExpiryEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodNewExpiryEventArgsBuilder
Initializes a new instance of the NewExpiryEventArgsBuilder class
Top
Properties
  NameDescription
Public propertyClearedAlias
Clearing limit admin related.
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`. However, it could be different for some crack or spread markets.
Public propertyGTAllowed
Indicates if GTC is allowed in the market.
Public propertyHedgeMarketId
Market ID for the corresponding hedge market. It will be set to `-1` when not applicable.
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 propertyLotSize
The lot size is minimum size of contracts in lots. It is multiplier to determine the total lots,
Public propertyMarketDesc
Description of the market.
Public propertyMarketId
Unique identifier of a market.
Public propertyMarketTypeId
Market type ID.
Public propertyMaturityDay
Day of the month.
Public propertyMaturityMonth
Month range 1-12.
Public propertyMaturityYear
4 digit year.
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 quantity for this market.
Public propertyNumDecimalsOptionsPrice
Denominator for the price field.
Public propertyNumOfCycles
Number of cycle (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 propertyProductId
ID of the product that the contract/market is under.
Public propertyProductName
Name of the product that the contract/market is under.
Public propertyScreenLastTradeDay
Screen last trade day of the month.
Public propertyScreenLastTradeMonth
Screen last trade month, range 1-12.
Public propertyScreenLastTradeYear
Screen last trade year, 4 digits.
Public propertySentTime
Date-time of the message sent.
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 propertyStripId
ID of the strip for the contract/market.
Public propertyStripName
Name of the strip for the contract/market.
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. This field will be `'0'` for most of the markets.
Public propertyUnitQuantity
The quantity in unit of measurement per lot. For example, it is 1000 barrels per lot for Brent.
Top
Methods
  NameDescription
Public methodBuild
Creates an instance of NewExpiryEventArgs.
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 a string that represents the current object.
(Inherited from Object.)
Top
See Also