| Name | Type | Description | Notes |
|---|---|---|---|
| price | String | Trigger price | |
| rule | RuleEnum | Price trigger condition - >=: triggered when market price larger than or equal to `price` field - <=: triggered when market price less than or equal to `price` field | |
| expiration | Integer | How long (in seconds) to wait for the condition to be triggered before cancelling the order. |
| Name | Value |
|---|---|
| GREATER_THAN_OR_EQUAL_TO | ">=" |
| LESS_THAN_OR_EQUAL_TO | "<=" |