Longbridge OpenAPI SDK
    Preparing search index...

    Interface DcaHistoryResponse

    DCA execution history response

    interface DcaHistoryResponse {
        records: DcaHistoryRecord[];
        hasMore: boolean;
    }
    Index

    Properties

    Properties

    records: DcaHistoryRecord[]

    Execution history records

    hasMore: boolean

    Whether more records exist