Skip to content

9.0: Generic `CandleComponent` value

Latest
Compare
Choose a tag to compare
@MathisWellmann MathisWellmann released this 17 May 18:53
05cb4d5

Thanks to @dam5h , this crate now support a generic type as the value of a CandleComponent, for much greater user flexibility.
Two new CandleComponent's exist now:

  • OpenDateTime: Keep track of the opening DateTime<Utc> of a candle
  • OpenTimestamp: Keep track of the opening timestamp of a candle

Beyond that the TakerTrade is now able to specify the timestamp_resolution for greater user flexibility.

Exciting stuff, happy building everyone!