Skip to main content

HistoricalDecimalBar

Decimal value bar shared by raw and rollup points. Raw points populate Close only. Rollup points populate all OHLC members when HistoricalDataQueryArgs.RollupValueMode is HistoricalRollupValueMode.Ohlc, and Close only when it is HistoricalRollupValueMode.CloseOnly.

FieldTypeRequiredNullableDefaultDescription
OpenDecimalNoYesFirst value observed in the bucket. Null for raw points and close-only rollup responses.
HighDecimalNoYesHighest value observed in the bucket. Null for raw points and close-only rollup responses.
LowDecimalNoYesLowest value observed in the bucket. Null for raw points and close-only rollup responses.
CloseDecimalNoYesLast value observed in the bucket, or the raw observation value for raw points.