Interface OrderUpdate

Update for order placed by the user in the current trading day.

Hierarchy

  • OrderUpdate

Properties

discloseQty: number

Disclosed quantity.

dqQtyRem: number

Remaining disclosed quantity.

exchOrdId: string

The order id provided by the exchange.

filledQty: number

The filled qty after partial trades.

fyToken: string

Fytoken is a unique identifier for every symbol.

id: string

The unique order id assigned for each order.

instrument: string

Exchange instrument type.

limitPrice: number

The limit price for the order.

message: string

The error messages are shown here.

offlineOrder: boolean

True when placing AMO order.

orderDateTime: string

The order time as per DD-MMM-YYYY hh:mm:ss in IST.

orderNumStatus: string

The order number and status of the order.

orderValidity: string

Day or IOC.

parentId?: string

The parent order id will be provided only for applicable orders.

productType: string

The product type.

qty: number

The original order qty.

remainingQuantity: number

The remaining qty.

segment: string

The segment this order is placed in.

side: number

The order is buy or sell.

slNo: number

This is used to sort the orders based on the time.

status: number

The status of the order.

stopPrice: number

The stop price for the order.

symbol: string

The symbol for which order is placed.

tradedPrice: number

The average traded price for the order.

type: number

The type of order.

Generated using TypeDoc