|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 | | -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
| 1 | +<!DOCTYPE HTML> |
4 | 2 | <head> |
5 | | - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | | - <meta name="description" content="Building a Market Data Feed with Liquibook"/> |
7 | | - <meta name="keywords" content="SETT, OCI, (more article keywords here)"/> |
| 3 | + <meta charset="utf-8"> |
| 4 | + |
| 5 | + <meta name="description" content="Building a Market Data Feed With Liquibook"/> |
| 6 | + <meta name="keywords" content="SETT, OCI, finance, order book"/> |
8 | 7 | <meta name="author" content="Jeff Schmitz"/> |
9 | | - <title>SETT August 2013 — Building a Market Data Feed with Liquibook</title> |
| 8 | + <title>SETT August 2013 - Building a Market Data Feed With Liquibook</title> |
10 | 9 |
|
| 10 | + <link rel="alternate" type="application/rss+xml" title="RSS" href="http://ociweb.com/sett/rss.xml"/> |
11 | 11 | <link href="styles/SETT.css" rel="stylesheet" type="text/css"/> |
12 | | - <link href="settAug2013_files/paper.css" rel="stylesheet" type="text/css"/> |
| 12 | + |
| 13 | + <!-- stylings for this article only --> |
| 14 | + <style type="text/css"> |
| 15 | + table { |
| 16 | + border-collapse: collapse; |
| 17 | + border-width: 3px; |
| 18 | + } |
| 19 | + |
| 20 | + table, th, td { |
| 21 | + border: 2px solid black; |
| 22 | + } |
| 23 | + |
| 24 | + td { |
| 25 | + font-size: 10pt; |
| 26 | + } |
| 27 | + |
| 28 | + th { |
| 29 | + font-size: 9pt; |
| 30 | + } |
| 31 | + |
| 32 | + tr { |
| 33 | + text-align: left; |
| 34 | + } |
| 35 | + </style> |
13 | 36 |
|
14 | 37 | <!--Used for syntax highlighting. --> |
15 | 38 | <link href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" rel="stylesheet" type="text/css"/> |
16 | 39 | <link href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" rel="stylesheet" type="text/css"/> |
17 | 40 | </head> |
18 | 41 | <body> |
19 | | -<div id="header"> |
| 42 | +<div class="header"> |
20 | 43 | <div> |
21 | | - <div style="float: left"> |
| 44 | + <div class="left"> |
22 | 45 | <a href="http://twitter.com/ObjectComputing" class="twitter-follow-button">Follow @ObjectComputing</a> |
23 | 46 | </div> |
24 | | - <div class="quicklinks" style="float:right"> |
| 47 | + <div class="right quicklinks"> |
25 | 48 | <a href="http://www.ociweb.com/">Home</a> | |
26 | 49 | <a href="http://www.ociweb.com/sett/index.html"> Software Engineering Tech Trends Archive</a> | |
27 | | - <a href="#ocieducationalservices">OCI Educational Services</a> |
| 50 | + <a href="http://www.ociweb.com/training">OCI Educational Services</a> |
28 | 51 | </div> |
29 | 52 | </div> |
30 | | - <table cellpadding="0" cellspacing="0" width="100%" border="0"> |
31 | | - <tbody> |
32 | | - <tr> |
33 | | - <td><a href="http://www.ociweb.com/"><img alt="" src="images/OCILogo.png" height="120" width="180"/></a> |
34 | | - </td> |
35 | | - <td><img alt="" src="images/Left.png" height="58" width="10"/></td> |
36 | | - <td style="width:100%"><img alt="" src="images/Middle.png" height="58" width="100%"/></td> |
37 | | - <td><img alt="" src="images/Right.png" height="58" width="278"/></td> |
38 | | - </tr> |
39 | | - </tbody> |
40 | | - </table> |
41 | | - <div> |
42 | | - <hr/> |
43 | | - <div style="float:left"> |
| 53 | + <div class="headimage_container"> |
| 54 | + <div class="headerimage_leftlogo"> |
| 55 | + <a href="http://www.ociweb.com/"> |
| 56 | + <img alt="" src="./images/OCILogo.png" height="120" width="180"/></a> |
| 57 | + </div> |
| 58 | + <div class="headimage_left"><img alt="" src="images/Left.png"/></div> |
| 59 | + <div class="headimage_right"> |
| 60 | + <img alt="" src="images/Right.png"/> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + <div class="lower_header"> |
| 64 | + <div class="left"> |
44 | 65 | <img alt="" src="images/SETT.png" height="34" width="377"/> |
45 | 66 | </div> |
46 | | - <div style="float:right"> |
| 67 | + <div class="right social"> |
47 | 68 | <!-- AddThis Button BEGIN --> |
48 | 69 | <div class="addthis_toolbox addthis_default_style"> |
49 | | - <!--<a class="addthis_button_rss_follow" addthis:userid="sett.ociweb.com/sett"></a>--> |
50 | 70 | <a class="addthis_button_tweet"></a> |
51 | 71 | <a id="plusone" class="addthis_button_google_plusone"></a> |
52 | 72 | <a class="addthis_button_dzone"></a> |
53 | 73 | <a class="addthis_button_reddit"></a> |
54 | 74 | <a class="addthis_button_digg"></a> |
55 | 75 | <a id="addthis" class="addthis_counter addthis_pill_style"></a> |
| 76 | + <a href="http://ociweb.com/sett/rss.xml"><span class="rssRow">RSS</span></a> |
56 | 77 | </div> |
57 | 78 | <script type="text/javascript"> |
58 | 79 | document.getElementById("plusone").setAttribute("g:plusone:size", "medium"); |
|
62 | 83 | <!-- AddThis Button END --> |
63 | 84 |
|
64 | 85 | </div> |
65 | | - <br/> |
66 | | - <br/> |
67 | 86 | </div> |
68 | 87 | </div> |
69 | 88 |
|
70 | | - |
71 | 89 | <h1>Building a Market Data Feed with Liquibook</h1> |
72 | 90 |
|
73 | 91 | <p class="author"> |
@@ -3119,21 +3137,6 @@ <h2>References</h2> |
3119 | 3137 | </li> |
3120 | 3138 | </ul> |
3121 | 3139 |
|
3122 | | -<hr/> |
3123 | | -<p class="footer"> |
3124 | | - <strong>Object Computing, Inc.</strong> is located in |
3125 | | - St. Louis, MO and a Member of the Object Management |
3126 | | - Group, OMG. OCI specializes in distributed computing using |
3127 | | - object-oriented and web-enabled technologies and provides |
3128 | | - <a href="http://www.ociweb.com/consulting/index.html">Consulting</a>, |
3129 | | - <a href="http://www.ociweb.com/education/index.html">Education</a>, |
3130 | | - <a href="http://www.ociweb.com/solution-engineering/index.html">Solutions Engineering</a> |
3131 | | - and |
3132 | | - <a href="http://www.ociweb.com/product/index.html">Open Source Development/Support</a> |
3133 | | - services to clients nation-wide. For more information contact us in |
3134 | | - St. Louis, MO (314)579-0066, Tempe, AZ (480)752-0042 or email |
3135 | | - |
3136 | | -</p> |
3137 | 3140 | <p class="footer"> |
3138 | 3141 | Inquiries regarding |
3139 | 3142 | <a class="career" href="http://www.ociweb.com/careers/index.html">Career Opportunities</a> |
@@ -3168,16 +3171,33 @@ <h2>References</h2> |
3168 | 3171 | <div style="float:left"> |
3169 | 3172 | <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" |
3170 | 3173 | alt="Valid XHTML 1.0 Strict" height="31" width="88"/></a> |
| 3174 | + <a href="http://feed2.w3.org/check.cgi?url=http%3A//ociweb.com/sett/rss.xml"><img src="images/valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a> |
| 3175 | + </div> |
| 3176 | + <div> |
| 3177 | + <a href="http://ociweb.com/sett/rss.xml"><span class="rssRow">RSS</span></a> |
3171 | 3178 | </div> |
3172 | 3179 | <div style="float:right"> |
3173 | 3180 | <a href="#top">Top</a> |
3174 | 3181 | </div> |
| 3182 | + |
3175 | 3183 | </div> |
| 3184 | +<script type="text/javascript"> |
| 3185 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 3186 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 3187 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 3188 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 3189 | + |
| 3190 | + ga('create', 'UA-40828801-1', 'ociweb.com'); |
| 3191 | + ga('send', 'pageview'); |
| 3192 | + |
| 3193 | +</script> |
3176 | 3194 |
|
3177 | 3195 | <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript"></script> |
3178 | 3196 | <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shAutoloader.js" type="text/javascript"></script> |
3179 | 3197 |
|
3180 | 3198 | <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js" type="text/javascript"></script> |
| 3199 | +<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js" type="text/javascript"></script> |
| 3200 | +<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js" type="text/javascript"></script> |
3181 | 3201 |
|
3182 | 3202 | <script type="text/javascript">SyntaxHighlighter.all()</script> |
3183 | 3203 |
|
|
0 commit comments