Skip to main content
Version: testnet (v0.73)

StopOrderTriggerDirection

Valid stop order trigger direction. The trigger direction determines whether the price should rise above or fall below the stop order trigger.

enum StopOrderTriggerDirection {
TRIGGER_DIRECTION_RISES_ABOVE
TRIGGER_DIRECTION_FALLS_BELOW
}

Values

StopOrderTriggerDirection.TRIGGER_DIRECTION_RISES_ABOVE

The price should rise above the trigger.

StopOrderTriggerDirection.TRIGGER_DIRECTION_FALLS_BELOW

The price should fall below the trigger.

Member of

StopOrder object