Longbridge OpenAPI SDK
    Preparing search index...

    Interface USAttachedOrder

    One bracket/conditional sub-order attached to a main order.

    interface USAttachedOrder {
        attachedTypeDisplay: number;
        executedQty: string;
        quantity: string;
        status: string;
        triggerPrice: string;
        orderId: string;
        gtd: string;
        timeInForce: number;
        tag: number;
        activateOrderType: string;
        activateRth: number;
        submitPrice: string;
        symbol: string;
        withdrawn: boolean;
    }
    Index
    attachedTypeDisplay: number
    executedQty: string
    quantity: string
    status: string
    triggerPrice: string
    orderId: string
    gtd: string
    timeInForce: number
    tag: number
    activateOrderType: string
    activateRth: number
    submitPrice: string
    symbol: string
    withdrawn: boolean