Execution
Interface
Types Module: Broker
Describes a single execution. Execution is when a buy or sell order is completed for a financial instrument.
Properties
commission
OptionalCommission amount for executed trade
Type
number
netAmount
OptionalNet amount for executed trade
Type
number
price
Execution price
Type
number
qty
Execution Quantity
Type
number
side
Execution Side
Type
Side
symbol
Symbol name
Type
string
time
Time (unix timestamp in milliseconds)
Type
number