From 3623ab1475d0a7d9266be1bb492c9bfe425b709f Mon Sep 17 00:00:00 2001 From: Anton Kolotaev Date: Wed, 18 Sep 2013 12:11:34 +0200 Subject: [PATCH] Update orderbook.rst --- doc/orderbook.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/orderbook.rst b/doc/orderbook.rst index 946f0867..29a4132f 100644 --- a/doc/orderbook.rst +++ b/doc/orderbook.rst @@ -1,4 +1,3 @@ - Market representation ========================== @@ -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: