Stop loss for limit orders. Pass {} to cancel stop loss; pass null to leave stop loss unchanged.
| Name | Type | Description | Notes |
|---|---|---|---|
| trigger_price | str | Stop loss trigger price When `side == "buy"`, `trigger_price` must be less than `price` When `side == "sell"`, `trigger_price` must be greater than `price` | [optional] |
| order_price | str | Stop-loss order price | [optional] |