Take profit for limit orders. Pass {} to cancel take profit; pass null to leave take profit unchanged.
| Name | Type | Description | Notes |
|---|---|---|---|
| triggerPrice | String | Take profit trigger price When `side == "buy"`, `trigger_price` must be greater than `price` When `side == "sell"`, `trigger_price` must be less than `price` | [optional] |
| orderPrice | String | Take profit order price | [optional] |