Package com.longport.trade
Class CashInfo
- java.lang.Object
-
- com.longport.trade.CashInfo
-
public class CashInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CashInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAvailableCash()
String
getCurrency()
BigDecimal
getFrozenCash()
BigDecimal
getSettlingCash()
BigDecimal
getWithdrawCash()
String
toString()
-
-
-
Method Detail
-
getWithdrawCash
public BigDecimal getWithdrawCash()
-
getAvailableCash
public BigDecimal getAvailableCash()
-
getFrozenCash
public BigDecimal getFrozenCash()
-
getSettlingCash
public BigDecimal getSettlingCash()
-
getCurrency
public String getCurrency()
-
-