Package com.longport.trade
Class EstimateMaxPurchaseQuantityOptions
- java.lang.Object
-
- com.longport.trade.EstimateMaxPurchaseQuantityOptions
-
public class EstimateMaxPurchaseQuantityOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description EstimateMaxPurchaseQuantityOptions(String symbol, OrderType orderType, OrderSide side)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateMaxPurchaseQuantityOptions
fractionalShares()
EstimateMaxPurchaseQuantityOptions
setCurrency(String currency)
EstimateMaxPurchaseQuantityOptions
setOrderId(String orderId)
EstimateMaxPurchaseQuantityOptions
setPrice(BigDecimal price)
-
-
-
Method Detail
-
setPrice
public EstimateMaxPurchaseQuantityOptions setPrice(BigDecimal price)
-
setCurrency
public EstimateMaxPurchaseQuantityOptions setCurrency(String currency)
-
setOrderId
public EstimateMaxPurchaseQuantityOptions setOrderId(String orderId)
-
fractionalShares
public EstimateMaxPurchaseQuantityOptions fractionalShares()
-
-