Package com.longport.trade
Class EstimateMaxPurchaseQuantityResponse
- java.lang.Object
-
- com.longport.trade.EstimateMaxPurchaseQuantityResponse
-
public class EstimateMaxPurchaseQuantityResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EstimateMaxPurchaseQuantityResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getCashMaxQty()
BigDecimal
getMarginMaxQty()
String
toString()
-
-
-
Method Detail
-
getCashMaxQty
public BigDecimal getCashMaxQty()
-
getMarginMaxQty
public BigDecimal getMarginMaxQty()
-
-