Closed keithswright closed 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.
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.