Package com.longbridge.trade
Class EstimateMaxPurchaseQuantityResponse
- java.lang.Object
-
- com.longbridge.trade.EstimateMaxPurchaseQuantityResponse
-
public class EstimateMaxPurchaseQuantityResponse extends Object
Response for max purchase quantity estimation
-
-
Constructor Summary
Constructors Constructor Description EstimateMaxPurchaseQuantityResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetCashMaxQty()Returns the maximum quantity available with cash.BigDecimalgetMarginMaxQty()Returns the maximum quantity available with margin.StringtoString()
-
-
-
Method Detail
-
getCashMaxQty
public BigDecimal getCashMaxQty()
Returns the maximum quantity available with cash.- Returns:
- maximum cash quantity
-
getMarginMaxQty
public BigDecimal getMarginMaxQty()
Returns the maximum quantity available with margin.- Returns:
- maximum margin quantity
-
-