Name | Type | Description | Notes |
---|---|---|---|
strategy_type | int | 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] |
price_type | int | 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 | int | 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 | int | How many seconds will the order wait for the condition being triggered. Order will be cancelled on timed out | [optional] |