Jon

Results 5 issues of Jon

This is just a preliminary PR for the time being. 1 Implementing the alternative way of adjusting place markets. 2 If LAY limit orders have persistence type MARKET_ON_CLOSE, the remaining...

This is to address issue: https://github.com/betcode-org/flumine/issues/542

When placing multiple orders within a single trade, it would be nice if it was possible to make Flumine reject all the orders if any of them fail to validate....

Suppose I am running a backtest using my own recorded data. If I only want to allow it to call `process_market_book` once a second, how could we refactor Flumine to...

Hello, The function get_markets_with_sp, returns values which are missing market type ids. e.g. ``` [OrderedDict([('MarketTypeIds', OrderedDict([('MarketTypeId', [1])])), ('eventId', 190538)]), {'eventId': '190539', 'MarketTypeIds': {'MarketTypeId': []}}, {'eventId': '1048932', 'MarketTypeIds': {'MarketTypeId': []}}, {'eventId':...