Skip to content

0.2.0-alpha19

Pre-release
Pre-release
Compare
Choose a tag to compare
@sonvister sonvister released this 25 Jan 22:36
· 441 commits to master since this release

Available on NuGet.

Changes:

  • Add Symbol price/quantity helper extensions (to adjust amounts to valid increments).
    • GetUpperValidValue(), GetLowerValidValue(), and GetValidValue().
  • FIX: SymbolStatisticsCache when subscribed to all symbols (thanks @muskara #34).
  • FIX: SymbolStatistics open/close time property types (decimal to long).
  • Add timestamp long to DateTime conversion helper extension: ToDateTime()