MarketDetails Property
Semi-colon delimited list of additional details of the market, such as strike price, minute marker type.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public string Details { get; }
Public ReadOnly Property Details As String
Get
StringString
This field contains a semi colon delimited list of details about the market. It may contain no items, 1 item or
multiple items. This allows you to determine the differences between multiple markets that have the same ExchangeID,
ContractID and ExpiryDate.
Note: You should always check for the semi-colon even if you are only expecting, or only seen a single value in the list
before as additional list items can be added at any time without warning.
The details will depend on the type of market:
- ICE Minute Marker futures markets will have a value indicating the type of minute marker this market is including
the time period in minutes and type, e.g. '5M' means 5 minute Morning.
| A | Asian |
| M | Morning |
| D | Daily |
| E | Evening |
| N | Night |
- LME Rolling futures markets flag certain markets as being special and these may change each day:
| C | Cash - the currently trading market which expires today. |
| TOM | Tomorrow - tommorrows expirying market which will become the Cash market tomorrow. |
| 3M | Three month - the market that will become cash in 3 months. |
- Options markets will contain the strike price of the market in the format provided by the exchange. Additional list items will be added
later that assist with comparing this strike value with the underlying futures prices. You can determine Call or Put from the ContractType property.