Skip to main content
Version: latest

Execution

Interface

Describes a single execution. Execution is when a buy or sell order is completed for a financial instrument.

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