[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.3 KB

FuturesPriceTrigger.md

File metadata and controls

15 lines (10 loc) · 1.3 KB

FuturesPriceTrigger

Properties

Name Type Description Notes
StrategyType int32 How the order will be triggered - `0`: by price, which means the order will be triggered if price condition is satisfied - `1`: by price gap, which means the order will be triggered if gap of recent two prices of specified `price_type` are satisfied. Only `0` is supported currently [optional]
PriceType int32 Price type. 0 - latest deal price, 1 - mark price, 2 - index price [optional]
Price string Value of price on price triggered, or price gap on price gap triggered [optional]
Rule int32 Trigger condition type - `1`: calculated price based on `strategy_type` and `price_type` >= `price` - `2`: calculated price based on `strategy_type` and `price_type` <= `price` [optional]
Expiration int32 How long (in seconds) to wait for the condition to be triggered before cancelling the order. [optional]

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