Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 690 Bytes

File metadata and controls

18 lines (12 loc) · 690 Bytes

SpotPriceTrigger

Properties

Name Type Description Notes
price String Trigger price
rule RuleEnum 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 Integer How long (in seconds) to wait for the condition to be triggered before cancelling the order.

Enum: RuleEnum

Name Value
GREATER_THAN_OR_EQUAL_TO ">="
LESS_THAN_OR_EQUAL_TO "<="