Uses of Class
com.longbridge.trade.EstimateMaxPurchaseQuantityOptions
-
Packages that use EstimateMaxPurchaseQuantityOptions Package Description com.longbridge com.longbridge.trade -
-
Uses of EstimateMaxPurchaseQuantityOptions in com.longbridge
Methods in com.longbridge with parameters of type EstimateMaxPurchaseQuantityOptions Modifier and Type Method Description static voidSdkNative. tradeContextEstimateMaxPurchaseQuantity(long context, EstimateMaxPurchaseQuantityOptions opts, AsyncCallback callback) -
Uses of EstimateMaxPurchaseQuantityOptions in com.longbridge.trade
Methods in com.longbridge.trade that return EstimateMaxPurchaseQuantityOptions Modifier and Type Method Description EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. fractionalShares()Enables fractional shares estimation.EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setCurrency(String currency)Sets the settlement currency.EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setOrderId(String orderId)Sets the order ID (for replacement orders).EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setPrice(BigDecimal price)Sets the order price.Methods in com.longbridge.trade with parameters of type EstimateMaxPurchaseQuantityOptions Modifier and Type Method Description CompletableFuture<EstimateMaxPurchaseQuantityResponse>TradeContext. getEstimateMaxPurchaseQuantity(EstimateMaxPurchaseQuantityOptions opts)Estimating the maximum purchase quantity for Hong Kong and US stocks, warrants, and options
-