Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 725 Bytes

File metadata and controls

17 lines (10 loc) · 725 Bytes

SpotPriceTrigger

Properties

Name Type Description Notes
price string Trigger price [default to undefined]
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` [default to undefined]
expiration number Maximum wait time for trigger condition (in seconds). Order will be cancelled if timeout [default to undefined]

Enum: SpotPriceTrigger.Rule

  • GreaterThanOrEqualTo (value: '>=')

  • LessThanOrEqualTo (value: '<=')