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 BigDecimalgetBalance()OffsetDateTimegetBusinessTime()BalanceTypegetBusinessType()StringgetCurrency()StringgetDescription()CashFlowDirectiongetDirection()StringgetSymbol()StringgetTransactionFlowName()StringtoString()
-
-
-
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()
-
-