OrderOptionsData
Data specific to options, warrants and warrant derivatives in the orders list.
-
Name |
Type |
Description |
ExpiryDate
|
UtcDateTime |
The ExpiryDate.
|
PutCall
|
PutCall |
The Put/Call value of the option.
|
Strike
|
Decimal |
The strike price of the option.
|
Example
{
"Barrier": 10.0,
"BarrierLower": 10.0,
"BarrierUpper": 10.0,
"ExpiryDate": "2021-05-21T00:00:00Z",
"FinancingLevel": 10.0,
"Gearing": 10.0,
"Moneyness": 10.0,
"PutCall": "None",
"Ratio": 10.0,
"SpreadStrikePriceLower": 10.0,
"SpreadStrikePriceUpper": 10.0,
"StopLossLevel": 10.0,
"Strike": 10.0,
"TradePerspective": "Bear"
}