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 void
SdkNative. 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 EstimateMaxPurchaseQuantityOptions
EstimateMaxPurchaseQuantityOptions. fractionalShares()
EstimateMaxPurchaseQuantityOptions
EstimateMaxPurchaseQuantityOptions. setCurrency(String currency)
EstimateMaxPurchaseQuantityOptions
EstimateMaxPurchaseQuantityOptions. setOrderId(String orderId)
EstimateMaxPurchaseQuantityOptions
EstimateMaxPurchaseQuantityOptions. 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
-