Package com.longport.trade
Class CashFlow
- java.lang.Object
-
- com.longport.trade.CashFlow
-
public class CashFlow extends Object
-
-
Constructor Summary
Constructors Constructor Description CashFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getBalance()
OffsetDateTime
getBusinessTime()
BalanceType
getBusinessType()
String
getCurrency()
String
getDescription()
CashFlowDirection
getDirection()
String
getSymbol()
String
getTransactionFlowName()
String
toString()
-
-
-
Method Detail
-
getTransactionFlowName
public String getTransactionFlowName()
-
getDirection
public CashFlowDirection getDirection()
-
getBusinessType
public BalanceType getBusinessType()
-
getBalance
public BigDecimal getBalance()
-
getCurrency
public String getCurrency()
-
getBusinessTime
public OffsetDateTime getBusinessTime()
-
getSymbol
public String getSymbol()
-
getDescription
public String getDescription()
-
-