Skip to content

Commit

Permalink
v1.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Dec 5, 2023
1 parent 57f305d commit 39c546d
Show file tree
Hide file tree
Showing 35 changed files with 2,919 additions and 2,104 deletions.
32 changes: 16 additions & 16 deletions docs/d0/d00/_order_8hpp_source.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/d0/d02/_spread_order_8hpp_source.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/d0/d02/_time_and_sale_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">cassert</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">cstdint</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">memory</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">string</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">optional</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">optional</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&lt;</span><span class="preprocessor">string</span><span class="preprocessor">&gt;</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&quot;../../internal/Common.hpp&quot;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#</span><span class="preprocessor">include</span> <span class="preprocessor">&quot;../EventTypeEnum.hpp&quot;</span></div>
Expand Down Expand Up @@ -330,8 +330,8 @@
<div class="line"><span class="lineno"> 224</span><span class="comment"> * @see ::getTime()</span></div>
<div class="line"><span class="lineno"> 225</span><span class="comment"> */</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <span class="keywordtype">void</span> <a class="code hl_function" href="../../d3/d00/classdxfcpp_1_1_time_and_sale.html#a3cc4d8e9556caa0160907edf3babd89a">setTime</a>(std::int64_t time) <span class="keyword">noexcept</span> {</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> data_.index = orOp(orOp(sal(time_util::getSecondsFromTime(time), SECONDS_SHIFT),</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> sal(time_util::getMillisFromTime(time), MILLISECONDS_SHIFT)),</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> data_.index = orOp(orOp(sal(<span class="keyword">static_cast</span>&lt;std::int64_t&gt;(time_util::getSecondsFromTime(time)), SECONDS_SHIFT),</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> sal(<span class="keyword">static_cast</span>&lt;std::int64_t&gt;(time_util::getMillisFromTime(time)), MILLISECONDS_SHIFT)),</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> getSequence());</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> }</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> </div>
Expand Down
579 changes: 290 additions & 289 deletions docs/d1/d01/_trade_base_8hpp_source.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/d1/d01/_underlying_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
<div class="line"><span class="lineno"> 194</span><span class="comment"> * @see ::getTime()</span></div>
<div class="line"><span class="lineno"> 195</span><span class="comment"> */</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordtype">void</span> <a class="code hl_function" href="../../db/d02/classdxfcpp_1_1_underlying.html#a915f7c1f724706e576c469951738fc5a">setTime</a>(std::int64_t time) <span class="keyword">noexcept</span> {</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> data_.index = orOp(orOp(sal(time_util::getSecondsFromTime(time), SECONDS_SHIFT),</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> sal(time_util::getMillisFromTime(time), MILLISECONDS_SHIFT)),</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> data_.index = orOp(orOp(sal(<span class="keyword">static_cast</span>&lt;std::int64_t&gt;(time_util::getSecondsFromTime(time)), SECONDS_SHIFT),</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> sal(<span class="keyword">static_cast</span>&lt;std::int64_t&gt;(time_util::getMillisFromTime(time)), MILLISECONDS_SHIFT)),</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <a class="code hl_function" href="../../db/d02/classdxfcpp_1_1_underlying.html#a72cfecf404fb92e2d0b575055f44240d">getSequence</a><a class="code hl_function" href="../../db/d02/classdxfcpp_1_1_underlying.html#a72cfecf404fb92e2d0b575055f44240d">(</a><a class="code hl_function" href="../../db/d02/classdxfcpp_1_1_underlying.html#a72cfecf404fb92e2d0b575055f44240d">)</a>);</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> }</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
Expand Down
Loading

0 comments on commit 39c546d

Please sign in to comment.