LongPort OpenAPI SDK

    Interface EstimateMaxPurchaseQuantityOptions

    Options for get cash flow request

    interface EstimateMaxPurchaseQuantityOptions {
        symbol: string;
        orderType: OrderType;
        side: OrderSide;
        price?: Decimal;
        currency?: string;
        orderId?: string;
        fractionalShares: boolean;
    }
    Index

    Properties

    symbol: string
    orderType: OrderType
    side: OrderSide
    price?: Decimal
    currency?: string
    orderId?: string
    fractionalShares: boolean
    MMNEPVFCICPMFPCPTTAAATR