Sha256: 9265f48e739f1cf4db9fc4443420b387cae0f92df9e09f33c494284eda7186de
Contents?: true
Size: 727 Bytes
Versions: 1
Compression:
Stored size: 727 Bytes
Contents
= orders by:: Arvicco url:: http://github.com/arvicco/orders == DESCRIPTION: Basic structures used to create DOM models. == FEATURES/PROBLEMS: Enclosed structures are used to accumulate, analyse and visualize streams of market order data (either in aggregated or full order log form). They are required by the client and gateway modules that deal with market order data streams and derived artefacts (such as OrderBooks). Data structures need to be: 1) memory-efficient 2) thread-safe (without too much synchronization penalty) 3) iteration-safe (adding new element while iterating should not raise exception) == INSTALL: $ sudo gem install order_book == LICENSE: Copyright (c) 2011 Arvicco. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orders-0.0.2 | README.rdoc |