[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 712 Bytes

SpotPriceTrigger.md

File metadata and controls

14 lines (10 loc) · 712 Bytes

Io.Gate.GateApi.Model.SpotPriceTrigger

Properties

Name Type Description Notes
Price string Trigger price
Rule string 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 int How long (in seconds) to wait for the condition to be triggered before cancelling the order.

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