Build Method | Table of Content | NewOptionsStrategyDefinitionEventArgsBuilder Constructor ![]() |
| NewOptionsStrategyDefinitionEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class NewOptionsStrategyDefinitionEventArgsBuilder
The NewOptionsStrategyDefinitionEventArgsBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| NewOptionsStrategyDefinitionEventArgsBuilder | Initializes a new instance of the NewOptionsStrategyDefinitionEventArgsBuilder class |
| Name | Description | |
|---|---|---|
| ContractSymbol |
See Naming Convention on Appendix D.
| |
| ContractSymbolExtra |
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.
| |
| DealPriceDenominator |
Denominator for the deal price fields in the market. For most markets,
this is the same as `OrderPriceDenominator`.
| |
| GTAllowed |
Indicates if GTC is allowed in the market.
| |
| Hedges |
Collection of Hedges.
| |
| IncrementPrice |
Minimum increment premium price for this market.
| |
| IncrementQty |
Minimum increment quantity for this market.
| |
| IsBlockOnly |
Indicates if Market is only tradable via ICE Block Trade. This also
means the screen trading is not allowed for the market.
| |
| IsTradable |
Indicates if the contract is tradable.
| |
| LegDealSuppressed |
Indicates whether leg deals are suppressed.
| |
| Legs |
Collection of Legs.
| |
| MarketId |
Unique identifier of the market.
| |
| MarketTypeId |
See Appendix C for the list of makret types and IDs.
| |
| MaxPrice |
Maximum price. `OrderPriceDenominator` should be applied to this
field.
| |
| MIFIDRegulatedMarket |
Indicates MIFID-II market.
| |
| MinPrice |
Minimum price. `OrderPriceDenominator` should be applied to this
field.
| |
| MinQty |
Minimum quantity for this market.
| |
| NumOfCycles |
Number of cycle (days, hours, MWh, etc.) for a contract.
| |
| OptionsExpirationDay |
Day of the month. Last date that the option market can be traded and
should be removed from the system.
| |
| OptionsExpirationMonth |
Month range 1-12. Last date that the option market can be traded and
should be removed from the system.
| |
| OptionsExpirationYear |
4 digit year. Last date that the option market can be traded and
should be removed from the system.
| |
| OrderPriceDenominator |
Denominator for the order price fields in this market.
| |
| OverrideBlockMin |
Indicates whether the Block Minimum can be overridden for the market.
| |
| SecuritySubType |
Contains the Strategy Code for defined market where applicable. See
Appendix E for list of codes.
| |
| SentTime |
Date-time of the message sent.
| |
| SettlePriceDenominator |
Denominator for the settlement price fields in the market. For most
markets, this is the same as `DealPriceDenominator`.
| |
| StrategySymbol |
Strategy Symbol.
| |
| TestMarketIndicator |
Indicates Test Market.
| |
| TradingStatus |
See Appendix A on trading status codes.
| |
| UnderlyingMarketId |
Unique identifier of the underlying market.
| |
| UnitQtyDenominator |
Denominator for `UnitQuantity`. This field will be `0` for most of the
markets.
|
| Name | Description | |
|---|---|---|
| Build |
Creates an instance of NewOptionsStrategyDefinitionEventArgs.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |