Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 710 Bytes

SpotPriceTrigger.md

File metadata and controls

17 lines (10 loc) · 710 Bytes

SpotPriceTrigger

Properties

Name Type Description Notes
price string Trigger price [default to undefined]
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 [default to undefined]
expiration number How long (in seconds) to wait for the condition to be triggered before cancelling the order. [default to undefined]

Enum: SpotPriceTrigger.Rule

  • GreaterThanOrEqualTo (value: '>=')

  • LessThanOrEqualTo (value: '<=')