Is this following normal / expected?
Using the following settings:
For the 'batb' field I received the following in this order as separate updates:
Why do I get [2, 0, 0] in the latest update, surely that isn't expected? Just did a test on an empty market and I don't get the extra [2, 0, 0]. Anyone else seen this as I seem to get it on inplay horse racing when the race is ending / odds bouncing off 1.01.
Using the following settings:
Code:
fields=['EX_BEST_OFFERS', 'EX_TRADED', 'EX_TRADED_VOL', 'EX_LTP', 'EX_MARKET_DEF'], ladder_levels=3
Code:
[[2, 0, 0], [1, 1.01, 9835.74], [0, 1.02, 1126.22]]
Code:
[[0, 1.02, 923.22]]
Code:
[[2, 0, 0], [1, 0, 0], [0, 0, 0]]


Comment