|
Apex Options
|
Public Member Functions | |
| def | __init__ (self, FutureInstrument underlying, Union[str, pd.Timestamp, datetime] expiration_date) |
| def | price (self, day) |
| def | diffs (self) |
| def | __str__ (self) |
| def | __repr__ (self) |
| def | data_for_forecasters (self, day=None) |
Public Member Functions inherited from security.Security | |
| def | greeks (self, *args, **kwargs) |
Public Attributes | |
| underlying | |
| expiration_date | |
| symbol | |
| data | |
Static Public Attributes | |
| maxsize | |
FutureSecurity is a particular futures contract.
| def security.FutureSecurity.data_for_forecasters | ( | self, | |
day = None |
|||
| ) |
Creates the data for forecasters
1.8.15