betfair / stream-api-sample-code

Sample code for the exchange stream api which provide real time market and order data from betfair.
77 stars 61 forks source link

OrderCache.cs is broken after f7c2432f3a2449d9159d648d11663585ad652d6f commit #16

Closed algunion closed 3 years ago

algunion commented 3 years ago

There are two main issues:

  1. Curly bracket closed to early and some members are left out of OrderCache class (defined in the namespace).
  2. OrderMarketChange has no FullImage member (I can see that in swagger schema, but not in the class - maybe I am missing something).

In the current state, this sample is basically not usable.

algunion commented 3 years ago

Solved.