Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 923 Bytes

File metadata and controls

13 lines (9 loc) · 923 Bytes

TradFiOrderUpdateRequest

Modify order price and take profit/stop loss parameters

Properties

Name Type Description Notes
price str Price Description: - Required
price_tp str Take Profit Price Description: - If not provided or set to "0": The original take profit price will be cleared - If you do not want to clear it, pass the original take profit price returned by the interface [optional]
price_sl str Stop Loss Price Description: - If not provided or set to "0": The original stop loss price will be cleared - If you do not want to clear it, pass the original stop loss price returned by the interface [optional]

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