Bitmex.NET icon indicating copy to clipboard operation
Bitmex.NET copied to clipboard

Asks should be Bids in MainWindowViewModel subscribing to OrderBook10

Open GerhardLiebenberg opened this issue 4 years ago • 1 comments

Hi

Bitmex.NET.Example/MainWindowViewModel:

I think in line 182, "Union(dto.Asks.Select(" might have to be changed to "Union(dto.Bids.Select(", because Asks were already extracted in line 180.

GerhardLiebenberg avatar Nov 08 '19 21:11 GerhardLiebenberg

@GerhardLiebenberg thanks for coming with this. Unfortunately, I don't have time to support this project so if you can that bit and create pool request that would be much appreciated.

Many thanks in advance.

semashkinvg avatar Nov 12 '19 08:11 semashkinvg