Package com.longbridge.quote
Class CapitalDistribution
- java.lang.Object
-
- com.longbridge.quote.CapitalDistribution
-
public class CapitalDistribution extends Object
Capital distribution by trade size.
-
-
Constructor Summary
Constructors Constructor Description CapitalDistribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetLarge()Returns the large-order capital flow.BigDecimalgetMedium()Returns the medium-order capital flow.BigDecimalgetSmall()Returns the small-order capital flow.StringtoString()
-
-
-
Method Detail
-
getLarge
public BigDecimal getLarge()
Returns the large-order capital flow.- Returns:
- the large-order capital flow
-
getMedium
public BigDecimal getMedium()
Returns the medium-order capital flow.- Returns:
- the medium-order capital flow
-
getSmall
public BigDecimal getSmall()
Returns the small-order capital flow.- Returns:
- the small-order capital flow
-
-