Longbridge OpenAPI SDK
    Preparing search index...

    Interface DcaHistoryRecord

    One DCA execution record

    interface DcaHistoryRecord {
        createdAt: string;
        orderId: string;
        status: string;
        action: string;
        orderType: string;
        executedQty?: string;
        executedPrice?: string;
        executedAmount?: string;
        rejectedReason: string;
        symbol: string;
    }
    Index

    Properties

    createdAt: string

    Execution time

    orderId: string

    Associated order ID

    status: string

    Status

    action: string

    Action type

    orderType: string

    Order type

    executedQty?: string

    Executed quantity

    executedPrice?: string

    Executed price

    executedAmount?: string

    Executed amount

    rejectedReason: string

    Rejection reason (if any)

    symbol: string

    Security symbol