Execution
Interface
Types Module: Broker
Describes a single execution. Execution is a mark on a chart that displays trade information.
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