Change volume data type in MarketCandle#837
Change volume data type in MarketCandle#837vslee merged 1 commit intoDigitalRuby:mainfrom BZ-CO:main
Conversation
Change volume data type in MarketCandle from double to decimal.
|
@BZ-CO, I will be pushing out a new NuGet soon. Before I do so, can you take a look at the test: MEXCAPITests.GetTickersAsyncShouldReturnTickers()Looks like it's failing because the
|
|
@vslee, I've tested the other exchanges, and everything seems ok there. There are only a few pairs with such high volume on MEXC and we will just exclude them. Will send a fix now. |
Change volume data type in
MarketCandlefromdoubletodecimal.