Expand description
Bar aggregate structures, data types and functionality.
Structs§
- Represents an aggregated bar.
- Represents a bar aggregation specification including a step, aggregation method/rule and price type.
- Builder for
BarSpecification
.
Enums§
- Error type for BarSpecificationBuilder
- Represents a bar type including the instrument ID, bar specification and aggregation source.
Functions§
- Returns the bar interval as a
TimeDelta
. - Returns the bar interval as
UnixNanos
. - Returns the time bar start as a timezone-aware
DateTime<Utc>
.