Apex Options
Public Member Functions | Public Attributes | List of all members
protocol.Order Class Reference
Inheritance diagram for protocol.Order:

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
 

Detailed Description

Handles the data for a single order.

The documentation for this class was generated from the following file: