Package com.longbridge.quote
Class CapitalDistributionResponse
- java.lang.Object
-
- com.longbridge.quote.CapitalDistributionResponse
-
public class CapitalDistributionResponse extends Object
Capital distribution response.
-
-
Constructor Summary
Constructors Constructor Description CapitalDistributionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapitalDistributiongetCapitalIn()Returns the inflow capital distribution.CapitalDistributiongetCapitalOut()Returns the outflow capital distribution.OffsetDateTimegetTimestamp()Returns the timestamp of the data.StringtoString()
-
-
-
Method Detail
-
getTimestamp
public OffsetDateTime getTimestamp()
Returns the timestamp of the data.- Returns:
- the timestamp
-
getCapitalIn
public CapitalDistribution getCapitalIn()
Returns the inflow capital distribution.- Returns:
- the inflow capital distribution
-
getCapitalOut
public CapitalDistribution getCapitalOut()
Returns the outflow capital distribution.- Returns:
- the outflow capital distribution
-
-