Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Change value types

Choose a tag to compare

@dmitrydnl dmitrydnl released this 12 May 22:03
· 82 commits to master since this release
  • Type of value suggestedPrice from double to Nullable<double>
  • Type of value placeInQueue from int to Nullable<int>
  • Type of value recentAveragePrice from double to Nullable<double>