upstox-dotnet

UpstoxClient.Model.ModifyOrderRequest

Properties

Name Type Description Notes
Quantity int? Quantity with which the order was placed [optional]
Validity string Order validity (DAY- Day and IOC- Immediate or Cancel (IOC) order)  
Price float? Price at which the order was placed  
OrderId string The order ID for which the order must be modified  
OrderType string 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  
DisclosedQuantity int? The quantity that should be disclosed in the market depth [optional]
TriggerPrice 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]