|
Apex Options
|
Public Member Functions | |
| def | __init__ (self, Tradeable security, Union[str, pd.Timestamp, datetime] order_day, float order_quantity, order_type order_type, order_action order_action, time_in_force order_tif, str tag, float stop_price=None, float limit_price=None) |
| def | summary (self) |
| def | __str__ (self) |
| def | __repr__ (self) |
Public Attributes | |
| id | |
| order_status | |
| security | |
| date | |
| quantity | |
| type | |
| action | |
| tag | |
| stop_price | |
| limit_price | |
| tif | |
Handles the data for a single order.
1.8.15