Personal collection of utilities which my projects depend on
ConcurrentPriorityQueue<TKey, TValue> I found (links to originals are in the source) for use in BlockingCollection.
Enums and interfaces to be used in exchange APIs (placed here in common base project to standardize across APIs).
Set of data structures I found and modified (links to originals are in the source). They are Observable for WPF compatibility. (Note, The ObservableConcurrentQueue is not the standard type of Observable)
RateGate from http://www.pennedobjects.com/2010/10/better-rate-limiting-with-dot-net/, with slight modifications
String modification utilities