Longbridge OpenAPI SDK
    Preparing search index...

    Interface USOrderDetail

    Full typed order object within USOrderDetailResponse.

    interface USOrderDetail {
        id: string;
        aaid: string;
        accountChannel: string;
        action: number;
        symbol: string;
        underlyingSymbol: string;
        securityType: string;
        name: string;
        currency: string;
        tradeCurrency: string;
        orderType: string;
        status: string;
        price: string;
        quantity: string;
        executedQty: string;
        executedPrice: string;
        executedAmount: string;
        operateDirection: string;
        timeInForce: number;
        gtd: string;
        tag: number;
        msg: string;
        forceOnlyRth: number;
        submittedAt: string;
        doneAt: string;
        triggerPrice: string;
        triggerAt: string;
        triggerStatus: number;
        triggerExchange: string;
        triggerLastDone: string;
        triggerCount: number;
        tailingAmount: string;
        tailingPercent: string;
        limitOffset: string;
        limitDepthLevel: number;
        marketPrice: string;
        submittedAmount: string;
        estimatedFee: string;
        freeStatus: number;
        freeAmount: string;
        freeCurrency: string;
        deductionsStatus: number;
        deductionsAmount: string;
        deductionsCurrency: string;
        platformDeductionsStatus: number;
        platformDeductionsAmount: string;
        platformDeductionsCurrency: string;
        displayAccount: string;
        settlementAccount: string;
        settlementChannel: string;
        customerName: string;
        realName: string;
        enName: string;
        jointRealName: string;
        jointEnName: string;
        orgId: string;
        bcan: string;
        opEntrustWay: number;
        opEntrustWayName: string;
        remark: string;
        notice: string;
        shortSellType: number;
        ployType: string;
        ployId: string;
        ployStatus: string;
        trend: number;
        withdrawalReason: string;
        activateOrderType: string;
        activateRth: number;
        submitPrice: string;
        contractDirection: string;
        strikePrice: string;
        contractSize: string;
        monitorPrice: string;
        buttonControl: USButtonControl;
        chargeDetail?: USChargeDetail;
        attachedOrders: USAttachedOrder[];
        orderHistories: USOrderHistory[];
    }
    Index
    id: string
    aaid: string
    accountChannel: string
    action: number
    symbol: string
    underlyingSymbol: string
    securityType: string
    name: string
    currency: string
    tradeCurrency: string
    orderType: string
    status: string
    price: string
    quantity: string
    executedQty: string
    executedPrice: string
    executedAmount: string
    operateDirection: string
    timeInForce: number
    gtd: string
    tag: number
    msg: string
    forceOnlyRth: number
    submittedAt: string
    doneAt: string
    triggerPrice: string
    triggerAt: string
    triggerStatus: number
    triggerExchange: string
    triggerLastDone: string
    triggerCount: number
    tailingAmount: string
    tailingPercent: string
    limitOffset: string
    limitDepthLevel: number
    marketPrice: string
    submittedAmount: string
    estimatedFee: string
    freeStatus: number
    freeAmount: string
    freeCurrency: string
    deductionsStatus: number
    deductionsAmount: string
    deductionsCurrency: string
    platformDeductionsStatus: number
    platformDeductionsAmount: string
    platformDeductionsCurrency: string
    displayAccount: string
    settlementAccount: string
    settlementChannel: string
    customerName: string
    realName: string
    enName: string
    jointRealName: string
    jointEnName: string
    orgId: string
    bcan: string
    opEntrustWay: number
    opEntrustWayName: string
    remark: string
    notice: string
    shortSellType: number
    ployType: string
    ployId: string
    ployStatus: string
    trend: number
    withdrawalReason: string
    activateOrderType: string
    activateRth: number
    submitPrice: string
    contractDirection: string
    strikePrice: string
    contractSize: string
    monitorPrice: string
    buttonControl: USButtonControl
    chargeDetail?: USChargeDetail
    attachedOrders: USAttachedOrder[]
    orderHistories: USOrderHistory[]