ToString Method | Table of Content | OptionsStrategyDefinitionEventArgs Properties |
OptionsStrategyDefinitionEventArgs Class |
Namespace: OnixS.NET.ICE.iMpact
public class OptionsStrategyDefinitionEventArgs : EventArgs, IDisposable
The OptionsStrategyDefinitionEventArgs type exposes the following members.
Name | Description | |
---|---|---|
BlockDetails |
Collection of BlockDetails.
| |
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.
| |
IsInterested |
Is a flag allows the user to specify that the product is interested to user.
| |
IsTradable |
Indicates if the contract is tradable.
| |
LegDealSuppressed |
Indicates whether leg deals are suppressed.
| |
Legs |
Collection of Legs.
| |
MarketId |
Unique identifier of the market.
| |
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 cycles (days, hours, MWh, etc) for a contract.
| |
NumOfMarkets |
The number of options markets for the given market type.
| |
OptionsExpirationDate |
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.
| |
ProductId |
The product id for the market. For options, the ProductID will be that
of the underlying product.
| |
RequestMarketType |
See Appendix C for the list of market types and IDs.
| |
RequestSeqId |
The original request sequence ID assigned by client, unique per
session.
| |
SecuritySubType |
Contains the Strategy Code for defined market where applicable. See
Appendix E for list of codes.
| |
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 | |
---|---|---|
Dispose | Releases all resources used by the OptionsStrategyDefinitionEventArgs | |
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 the string representation of the object.
(Overrides Object.ToString().) |