ToString Method | Table of Content | OptionsProductDefinitionEventArgs Properties |
OptionsProductDefinitionEventArgs Class |
Namespace: OnixS.NET.ICE.iMpact
public class OptionsProductDefinitionEventArgs : EventArgs, IDisposable
The OptionsProductDefinitionEventArgs type exposes the following members.
Name | Description | |
---|---|---|
BlockDetails |
Collection of BlockDetails.
| |
BlockTickValue |
Identifies the monetary amount per tick move when calculated for Off-
Exchange trades.
| |
ContractSize |
The deliverable quantity of a stock, commodity, or other financial
instrument that underlies a futures or options contract.
| |
ContractSizeDenominator |
Denominator for ContractSize.
| |
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 19) to get the complete contract symbol.
| |
CrossOrderSupported |
Indicates if Cross order is supported in the market.
| |
Currency |
The currency that the market is traded on.
| |
DealPriceDenominator |
Denominator for the deal price fields in the market. For most markets,
this is the same as OrderPriceDenominator.
| |
FlexAllowed |
Indicates if flexible strikes can be created for the option market.
| |
GTAllowed |
Indicates if GTC is allowed in the market.
| |
GuaranteedCrossSupported |
Indicates if Guarantee Cross is supported in the market.
| |
HedgeMarketId |
The underlying futures market ID for a serial option. The serial
option market may or may not be a valid futures month and option will
expire/exercise into a position held in this underlying market. It
will be set to `-1` when not applicable.
| |
IncrementPremiumPrice |
Price increment for the option 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.
| |
ISIN |
This ISIN is only supported for MiFID Regulated Markets. Of the MiFID
markets, only Futures and Options markets will support ISINs; some
strategies will have an ISIN.
| |
IsInterested |
Is a flag allows the user to specify that the product is interested to user.
| |
IsTradable |
Indicates if the contract is tradable.
| |
LotSize |
The lot size is minimum size of contracts in lots. It is multiplier to
determine the total lots.
| |
MarketDesc |
Description of the market.
| |
MarketId |
Unique identifier of the option market.
| |
MaxOptionsPrice |
Maximum premium price for the option.
| |
MIFIDRegulatedMarket |
Indicates MIFID-II market.
| |
MinOptionsPrice |
Minimum premium price for the option.
| |
MinQty |
Minimum quantity for this market.
| |
NumDecimalsStrikePrice |
Denominator for the strike price field.
| |
NumOfCycles |
Number of cycles (days, hours, MWh, etc) for a contract.
| |
NumOfMarkets |
The number of options markets for the given market type.
| |
OldTickValue |
Use `ScreentickValue` and BlockTickValue instead of this field.
`OrderPriceDenominator` should be applied to get the real value.
| |
OptionsExpirationDay |
Day of the month.
| |
OptionsExpirationMonth |
Month range 1-12.
| |
OptionsExpirationType |
Options expiration type.
| |
OptionsExpirationYear |
4 digit year.
| |
OptionsStyle |
Options style.
| |
OptionType |
Option type.
| |
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.
| |
ScreenLastTradeDay |
Screen last trade day of the month.
| |
ScreenLastTradeMonth |
Screen last trade month, range 1-12.
| |
ScreenLastTradeYear |
Screen last trade year, 4 digits.
| |
ScreenTickValue |
Identifies the monetary amount per tick move when calculated from the
Central Limit Order Book.
| |
SettlementType |
Settlement type.
| |
SettlePriceDenominator |
Denominator for the settlement price fields in the market. For most
markets, this is the same as DealPriceDenominator.
| |
StrikePrice |
Strike Price of the option. Used in conjunction with the
NumDecimalsStrikePrice. This is often different from the premium price
decimals.
| |
TestMarketIndicator |
Indicates Test Market.
| |
TickValueDenominator |
Denominator for ScreenTickValue and BlockTickValue.
| |
TradingStatus |
See Appendix A on trading status codes.
| |
UnderlyingMarketId |
Underlying Futures/OTC market id. This market id links to the product
definition of the futures market.
| |
UnitOfMeasure |
Unit Of Measure.
| |
UnitQtyDenominator |
Denominator for UnitQuantity. This field will be `0` for most of the
markets.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the OptionsProductDefinitionEventArgs | |
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().) |