Interface EstimateMaxPurchaseQuantityOptions

Options for get cash flow request

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

Properties

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