LongPort OpenAPI SDK

    Interface GetCashFlowOptions

    Options for get cash flow request

    interface GetCashFlowOptions {
        startAt: Date;
        endAt: Date;
        businessType?: BalanceType;
        symbol?: string;
        page?: number;
        size?: number;
    }
    Index

    Properties

    startAt: Date

    Start time

    endAt: Date

    End time

    businessType?: BalanceType

    Business type

    symbol?: string

    Security symbol

    page?: number

    Page number

    size?: number

    Page size

    MMNEPVFCICPMFPCPTTAAATR