Interface Trade

Trade for the current day across all platforms and exchanges in the current trading day.

Hierarchy

  • Trade

Properties

clientId: string

Client id.

exchange: Exchange

The exchange in which order is placed.

id: string

The unique id to sort the trades.

orderDate: string

The time when the trade occured in “DD-MM-YYYY hh:mm:ss” format in IST.

orderId: string

The order id for which the trade occurred.

orderType: OrderType

The type of order.

price: number

The traded price.

productType: ProductType

The product in which the order was placed.

quantity: number

The total traded qty.

segment: Segment

The segment in which order is placed.

side: OrderSide

The trade is buy or sell.

symbol: string

Eg: NSE:SBIN-EQ.

token: string

A unique identifier for every symbol.

value: number

The total traded value.

Generated using TypeDoc