Package com.longbridge.trade
Class CashFlow
- java.lang.Object
-
- com.longbridge.trade.CashFlow
-
public class CashFlow extends Object
Cash flow record
-
-
Constructor Summary
Constructors Constructor Description CashFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetBalance()Returns the cash balance.OffsetDateTimegetBusinessTime()Returns the business time.BalanceTypegetBusinessType()Returns the business type (balance type).StringgetCurrency()Returns the currency.StringgetDescription()Returns the description of the cash flow.CashFlowDirectiongetDirection()Returns the cash flow direction.StringgetSymbol()Returns the associated security symbol.StringgetTransactionFlowName()Returns the transaction flow name.StringtoString()
-
-
-
Method Detail
-
getTransactionFlowName
public String getTransactionFlowName()
Returns the transaction flow name.- Returns:
- transaction flow name
-
getDirection
public CashFlowDirection getDirection()
Returns the cash flow direction.- Returns:
- cash flow direction
-
getBusinessType
public BalanceType getBusinessType()
Returns the business type (balance type).- Returns:
- business type
-
getBalance
public BigDecimal getBalance()
Returns the cash balance.- Returns:
- balance
-
getCurrency
public String getCurrency()
Returns the currency.- Returns:
- currency
-
getBusinessTime
public OffsetDateTime getBusinessTime()
Returns the business time.- Returns:
- business time
-
getSymbol
public String getSymbol()
Returns the associated security symbol.- Returns:
- security symbol
-
getDescription
public String getDescription()
Returns the description of the cash flow.- Returns:
- description
-
-