Class to manage information from History Request of Options
More...
Class to manage information from History Request of Options
Definition at line 28 of file OptionHistory.cs.
◆ OptionHistory()
QuantConnect.Research.OptionHistory.OptionHistory |
( |
IEnumerable< Slice > |
data | ) |
|
◆ GetAllData()
PyObject QuantConnect.Research.OptionHistory.GetAllData |
( |
| ) |
|
Gets all data from the History Request that are written in a pandas.DataFrame
◆ GetStrikes()
PyObject QuantConnect.Research.OptionHistory.GetStrikes |
( |
| ) |
|
Gets all strikes in the option history
- Returns
Definition at line 49 of file OptionHistory.cs.
◆ GetExpiryDates()
PyObject QuantConnect.Research.OptionHistory.GetExpiryDates |
( |
| ) |
|
Gets all expiry dates in the option history
- Returns
Definition at line 62 of file OptionHistory.cs.
The documentation for this class was generated from the following file: