| Name | Type | Description | Notes |
|---|---|---|---|
| StrategyType | int32 | Trigger Strategy - 0: Price trigger, triggered when price meets conditions - 1: Price spread trigger, i.e. the difference between the latest price specified in `price_type` and the second-last price Currently only supports 0 (latest transaction price) | [optional] |
| PriceType | int32 | Reference price type. 0 - Latest trade price, 1 - Mark price, 2 - Index price | [optional] |
| Price | string | Price value for price trigger, or spread value for spread trigger | [optional] |
| Rule | int32 | Price Condition Type - 1: Trigger when the price calculated based on `strategy_type` and `price_type` is greater than or equal to `Trigger.Price`, while Trigger.Price must > last_price - 2: Trigger when the price calculated based on `strategy_type` and `price_type` is less than or equal to `Trigger.Price`, and Trigger.Price must < last_price | [optional] |
| Expiration | int32 | Maximum wait time for trigger condition (in seconds). Order will be cancelled if timeout | [optional] |