How fast is your limit order book implementation?

Quote from 2rosy:

why a list instead of a tree?

Do you mean a sorted Map, like TreeMap in Java? My implementation is suited for Interactive Brokers API, so sorted map would not work because the API wants to update a specific level in the DOM.
 
Back
Top