Longbridge OpenAPI SDK
    Preparing search index...

    Interface USOrderHistory

    One order state-transition entry within USOrderDetail.

    interface USOrderHistory {
        execType: number;
        status: string;
        price: string;
        qty: string;
        time: string;
        msg: string;
        isManually: boolean;
        oppPartyId: string;
        trdMatchId: string;
        operator: string;
        opEntrustWay: string;
        cxlRejResponseTo: number;
        withdrawalReason: string;
        oppName: string;
        execId: string;
    }
    Index
    execType: number
    status: string
    price: string
    qty: string
    time: string
    msg: string
    isManually: boolean
    oppPartyId: string
    trdMatchId: string
    operator: string
    opEntrustWay: string
    cxlRejResponseTo: number
    withdrawalReason: string
    oppName: string
    execId: string