Lean
$LEAN_TAG$
|
CME options trades, dates, and expiration list API call root response More...
Properties | |
string | Label [get] |
Describes the type of future option this entry is More... | |
string | Name [get] |
Name of the product More... | |
string | OptionType [get] |
Option type. "AME" for American, "EUR" for European. Note that there are other types such as weekly, but we only support American options for now. More... | |
int | ProductId [get] |
Product ID of the option More... | |
bool | Daily [get] |
Is Daily option More... | |
bool | Sto [get] |
??? More... | |
bool | Weekly [get] |
Is weekly option More... | |
List< CMEOptionsExpiration > | Expirations [get] |
Expirations of the future option More... | |
CME options trades, dates, and expiration list API call root response
Returned as a List of this class
Definition at line 27 of file CMEOptionsCategoryList.cs.
|
get |
Describes the type of future option this entry is
Definition at line 33 of file CMEOptionsCategoryList.cs.
|
get |
Name of the product
Definition at line 39 of file CMEOptionsCategoryList.cs.
|
get |
Option type. "AME" for American, "EUR" for European. Note that there are other types such as weekly, but we only support American options for now.
Definition at line 47 of file CMEOptionsCategoryList.cs.
|
get |
Product ID of the option
Definition at line 53 of file CMEOptionsCategoryList.cs.
|
get |
Is Daily option
Definition at line 59 of file CMEOptionsCategoryList.cs.
|
get |
???
Definition at line 65 of file CMEOptionsCategoryList.cs.
|
get |
Is weekly option
Definition at line 71 of file CMEOptionsCategoryList.cs.
|
get |
Expirations of the future option
Definition at line 77 of file CMEOptionsCategoryList.cs.