Closed RtypeStudios closed 3 years ago
Hi @RtypeStudios ,
Thank you for your feedback 👍 . That was my mistake. I used a tool for json to c# class conversation and never control it but now i fixed it and added some new things.
You can find the new version on nuget gallery and github.
Happy coding :)
Thanks for updating that and thank you for such a fast response!
Hi There,
Thanks for the great library, Its has saved me a chunk of code and time.
I just was wondering what the reason for using doubles is rather than decimals, Things like % changes and so on are fine. But there are monetary values like current price that is financial and would lose accuracy being a double?
for example on the MarketData class:
Thanks!