Skip to main content
Version: v25

Execution

Interface

Describes a single execution. Execution is a mark on a chart that displays trade information.

Properties

commission

Optional

Commission amount for executed trade

Type

number


netAmount

Optional

Net 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