public class BarAggregationUtil
extends java.lang.Object
Constructor and Description |
---|
BarAggregationUtil() |
Modifier and Type | Method and Description |
---|---|
static BarVO |
createBar(java.time.ZonedDateTime dateTime,
java.lang.String adapterType,
long securityId,
Duration barSize,
java.math.BigDecimal openIn,
java.math.BigDecimal highIn,
java.math.BigDecimal lowIn,
java.math.BigDecimal closeIn,
java.math.BigDecimal volIn,
java.lang.Double vwapIn,
int type) |
public static BarVO createBar(java.time.ZonedDateTime dateTime, java.lang.String adapterType, long securityId, Duration barSize, java.math.BigDecimal openIn, java.math.BigDecimal highIn, java.math.BigDecimal lowIn, java.math.BigDecimal closeIn, java.math.BigDecimal volIn, java.lang.Double vwapIn, int type)