Interface Trade

Trade in the current trading day.

Hierarchy

  • Trade

Properties

clientId: string

Client id.

exchange: number

The exchange in which order is placed.

exchangeOrderNo: string

The order number provided by the exchange.

fyToken: string

Fytoken is a unique identifier for every symbol.

id: string

The unique id to sort the trades.

orderDateTime: string

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

orderNumber: string

The order id for which the trade occurred.

orderType: number

The type of order.

productType: string

The product in which the order was placed.

row: number

?

segment: number

The segment in which order is placed.

symbol: string

Eg: NSE:SBIN-EQ.

tradeNumber: string

The trade number generated by the exchange.

tradePrice: number

The traded price.

tradeValue: number

The total traded value.

tradedQty: number

The total traded qty.

transactionType: number

The trade is buy or sell.

Generated using TypeDoc