Name | Type | Description | Notes |
---|---|---|---|
StrategyType | int32 | How the order will be triggered - `0`: by price, which means order will be triggered on price condition satisfied - `1`: by price gap, which means order will be triggered on gap of recent two prices of specified `price_type` 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 many seconds will the order wait for the condition being triggered. Order will be cancelled on timed out | [optional] |