Package com.longbridge.quote
Class CapitalFlowLine
- java.lang.Object
-
- com.longbridge.quote.CapitalFlowLine
-
public class CapitalFlowLine extends Object
Capital flow data point for intraday capital flow.
-
-
Constructor Summary
Constructors Constructor Description CapitalFlowLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetInflow()Returns the net inflow amount.OffsetDateTimegetTimestamp()Returns the timestamp of this data point.StringtoString()
-
-
-
Method Detail
-
getInflow
public BigDecimal getInflow()
Returns the net inflow amount.- Returns:
- the net inflow amount
-
getTimestamp
public OffsetDateTime getTimestamp()
Returns the timestamp of this data point.- Returns:
- the timestamp
-
-