Interface: Trade
Charting Library.Trade
Describes a single trade (individual position).
Hierarchy
-
↳
Trade
Properties
date
• date: number
Trade date (UNIX timestamp in milliseconds)
Inherited from
id
• id: string
Trade ID. Usually id should be equal to brokerSymbol
Inherited from
price
• price: number
Trade price
Inherited from
qty
• qty: number
Trade Quantity
Inherited from
side
• side: Side
Trade Side
Inherited from
symbol
• symbol: string
Symbol name