Uses of Class
com.longport.trade.EstimateMaxPurchaseQuantityOptions
-
Packages that use EstimateMaxPurchaseQuantityOptions Package Description com.longport com.longport.trade -
-
Uses of EstimateMaxPurchaseQuantityOptions in com.longport
Methods in com.longport with parameters of type EstimateMaxPurchaseQuantityOptions Modifier and Type Method Description static voidSdkNative. tradeContextEstimateMaxPurchaseQuantity(long context, EstimateMaxPurchaseQuantityOptions opts, AsyncCallback callback) -
Uses of EstimateMaxPurchaseQuantityOptions in com.longport.trade
Methods in com.longport.trade that return EstimateMaxPurchaseQuantityOptions Modifier and Type Method Description EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. fractionalShares()EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setCurrency(String currency)EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setOrderId(String orderId)EstimateMaxPurchaseQuantityOptionsEstimateMaxPurchaseQuantityOptions. setPrice(BigDecimal price)Methods in com.longport.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
-