Skip to main content
Version: v26

Trade

Interface

Describes a single trade (individual position).

Properties

date

Trade date (UNIX timestamp in milliseconds)

Type

number


id

Trade ID. Usually id should be equal to brokerSymbol

Type

string


price

Trade price

Type

number


qty

Trade Quantity

Type

number


side

Trade Side

Type

Side


symbol

Symbol name

Type

string