Longbridge OpenAPI SDK
    Preparing search index...

    Interface SubmitAttachedParams

    Parameters for submitting an attached order

    interface SubmitAttachedParams {
        attachedOrderType: AttachedOrderType;
        profitTakerPrice?: Decimal;
        stopLossPrice?: Decimal;
        timeInForce?: TimeInForceType;
        expireTime?: number;
        activateOrderType?: OrderType;
        profitTakerSubmitPrice?: Decimal;
        stopLossSubmitPrice?: Decimal;
        activateRth?: OutsideRTH;
    }
    Index
    attachedOrderType: AttachedOrderType

    Attached order type

    profitTakerPrice?: Decimal

    Profit taker price

    stopLossPrice?: Decimal

    Stop loss price

    timeInForce?: TimeInForceType

    Time in force type

    expireTime?: number

    Expire time (unix timestamp)

    activateOrderType?: OrderType

    Activate order type

    profitTakerSubmitPrice?: Decimal

    Profit taker submit price

    stopLossSubmitPrice?: Decimal

    Stop loss submit price

    activateRth?: OutsideRTH

    Activate RTH