Skip to Content
InterfacesModifyOrderParams

Interface: ModifyOrderParams

Params to modify an order.

Properties

disclosed_quantity?

optional disclosed_quantity?: number

Disclosed quantity


market_protection?

optional market_protection?: number

Set to -1 for system-default market protection, or a percentage value greater than 0 up to 100.


order_type?

optional order_type?: "LIMIT" | "MARKET" | "SL" | "SL-M"

Order type (NRML, SL, SL-M, MARKET).


parent_order_id?

optional parent_order_id?: string

Parent order id incase of multilegged orders.


price?

optional price?: number

Order Price


quantity?

optional quantity?: number

Order quantity


trigger_price?

optional trigger_price?: number

Trigger price


validity?

optional validity?: "DAY" | "IOC" | "TTL"

Order validity (DAY, IOC).