Longbridge OpenAPI SDK
    Preparing search index...

    Interface FlowItem

    One profit-analysis flow record

    interface FlowItem {
        executedDate: string;
        executedTimestamp?: string;
        code: string;
        direction: FlowDirection;
        executedQuantity?: string;
        executedPrice?: string;
        executedCost?: string;
        describe: string;
    }
    Index
    executedDate: string
    executedTimestamp?: string

    Execution timestamp as a Unix-seconds string (absent when not yet executed)

    code: string
    direction: FlowDirection
    executedQuantity?: string
    executedPrice?: string
    executedCost?: string
    describe: string