semashkinvg / Bitmex.NET

Wrapper for BitMEX.com REST & WebSocket API
MIT License
52 stars 26 forks source link

Change QuoteDto AskPrice type from long? to decimal? #42

Closed keithswright closed 4 years ago

keithswright commented 4 years ago

I was seeing the ask price rounded to whole numbers in my websocket responses. The QuoteDto had "long?" as the type for "AskPrice". I have changed this to "decimal?" and "BidSize" from decimal to long. This seems to have fixed the issue for me.