File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3042,7 +3042,17 @@ <h2>Running the Example</h2>
30423042< h2 > Summary</ h2 >
30433043
30443044< p >
3045- The
3045+ Although much code has been walked through in this example, very little
3046+ custom code was related to the order book. Most of the code was either
3047+ general networking code using ASIO, or QuickFAST code. In addition, the
3048+ complexities of order book maintenance and depth-building are contained -
3049+ most of the code shown was simple, or even trivial.
3050+ </ p >
3051+
3052+ < p >
3053+ Liquibook makes it very simple to implement a limit order book matching
3054+ engine, whether you are building an exchange, or are a trader simulating an
3055+ exchange's matching capability.
30463056</ p >
30473057
30483058< h2 > References</ h2 >
@@ -3068,9 +3078,6 @@ <h2>References</h2>
30683078 < li > NASDAQ 100 -
30693079 < a href ="http://www.nasdaq.com/markets/indices/nasdaq-100.aspx " shape ="rect "> http://www.nasdaq.com/markets/indices/nasdaq-100.aspx</ a >
30703080 </ li >
3071- < li > Other -
3072- < a href ="" shape ="rect "> </ a >
3073- </ li >
30743081</ ul >
30753082
30763083< hr />
You can’t perform that action at this time.
0 commit comments