Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

ModifyOrderRequest.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

ModifyOrderRequest

Properties

Name Type Description Notes
quantity int Quantity with which the order was placed [optional]
validity str Order validity (DAY- Day and IOC- Immediate or Cancel (IOC) order)
price float Price at which the order was placed
order_id str The order ID for which the order must be modified
order_type str Type of order. It can be one of the following MARKET refers to market order LIMILT refers to Limit Order SL refers to Stop Loss Limit SL-M refers to Stop Loss Market
disclosed_quantity int The quantity that should be disclosed in the market depth [optional]
trigger_price float If the order is a stop loss order then the trigger price to be set is mentioned here

[Back to Model list] [Back to API list] [Back to README]