Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 738 Bytes

File metadata and controls

14 lines (10 loc) · 738 Bytes

Io.Gate.GateApi.Model.SpotPriceTrigger

Properties

Name Type Description Notes
Price string Trigger price
Rule string Price trigger condition - `>=`: triggered when market price is greater than or equal to `price` - `<=`: triggered when market price is less than or equal to `price`
Expiration int Maximum wait time for trigger condition (in seconds). Order will be cancelled if timeout [optional]

[Back to Model list] [Back to API list] [Back to README]