interface ModifyOptions {
    triggerPrice?: number;
}

Properties

Properties

triggerPrice?: number

Explicit stop trigger. Omitted, the trigger follows the order type: SL-M treats the dragged level as the trigger, SL carries its trigger at the offset the order was placed with, and the rest have none.