Skip to content

Commit

Permalink
Update orderbook.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkolotaev committed Sep 18, 2013
1 parent db69b86 commit 3623ab1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/orderbook.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Market representation
==========================

Expand Down Expand Up @@ -32,7 +31,7 @@ Transaction costs
Order book
----------

For the moment, there are two kinds of order books: local and remote ones. Local order books execute their methods immediately but remote onces try to simulate some delay between a trader and a market by means of message passing (so they are asynchronous by their nature). These books try to have the same interface in order that traders couldn't tell the difference between them.
For the moment, there are two kinds of order books: local and remote ones. Local order books execute their methods immediately but remote ones try to simulate some delay between a trader and a market by means of message passing (so they are asynchronous by their nature). These books try to have the same interface in order that traders couldn't tell the difference between them.

The base class for the order books is:

Expand Down

0 comments on commit 3623ab1

Please sign in to comment.