Skip to content

Commit a5c6afe

Browse files
committed
update
update
1 parent 1aa10d5 commit a5c6afe

File tree

9 files changed

+26
-14
lines changed

9 files changed

+26
-14
lines changed

build/doctrees/environment.pickle

34 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
296 Bytes
Binary file not shown.

build/html/_sources/programmable/description.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ The EMSX API provides several different EMSX options for entering and using free
118118
The following elements are available on order and/or route subscription services. These elements will be passed to the external trading counterparts.
119119

120120

121-
=================================== ==================================================================
121+
=================================== ==================================================================================
122122
Element Description
123-
=================================== ==================================================================
123+
=================================== ==================================================================================
124124
``EMSX_ACCOUNT`` 29-character free text field (29+1 check digit), FIX Tag 1
125125
``EMSX_BASKET_NAME`` 20-character free text field (20+1 check digit)
126126
``EMSX_INVESTOR_ID`` 12-character free text field mostly used to identify Investor ID
127127
``EMSX_NOTE`` 43-character free text field (43+1 check digit), FIX Tag 58
128128
``EMSX_ORDER_REF_ID`` 15-character field (15+1 check digit) *order subscription only*
129129
``EMSX_ROUTE_REF_ID`` 15-character field (15+1 check digit) *route subscription only*
130-
``EMSX_TRADER_NOTES`` 43-character free text field (43+1 check digit), **internal only**
131-
=================================== ==================================================================
130+
``EMSX_TRADER_NOTES`` 43-character free text field (43+1 check digit), **internal & read only from API**
131+
=================================== ==================================================================================
132132

133133

134134
The following elements are available only for internal fields unless custom mapped to a custom FIX tag to a particular trading counterparty.

build/html/_sources/programmable/emsxHistory.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ EMSX History Request
33
EMSX history service provides individual fill information via request/response service. The service name is
44
``//blp/emsx.history`` for production and ``//blp/emsx.history.uat`` for test environment.
55

6-
This service should not be used as a replacement for route subscription service to capture fills information in real-time. Anyone found to abuse the service by making constant calls to the history service will be shutdown permanently by Bloomberg.
6+
.. important::
7+
8+
This service should not be used as a replacement for route subscription service to capture fills information in real-time.
9+
Anyone found to abuse the service by making constant calls to the history service will be shutdown permanently by Bloomberg.
10+
711

812
A UUID's fills are only available if any of the following criteria are met:
913

build/html/programmable/description.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
<li class="toctree-l2"><a class="reference internal" href="testEnv.html#api-demo-tool">API Demo Tool</a></li>
9898
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html">Order State Diagram</a></li>
9999
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#route-state-diagram">Route State Diagram</a></li>
100+
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#emsx-api-schema">EMSX API Schema</a></li>
101+
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#emsx-api-history-service-schema">EMSX API History Service Schema</a></li>
100102
<li class="toctree-l2"><a class="reference internal" href="session.html">Session Object</a></li>
101103
<li class="toctree-l2 current"><a class="current reference internal" href="#">Description of Request/Response Service</a><ul>
102104
<li class="toctree-l3"><a class="reference internal" href="#buy-side-request-response-service">Buy-Side Request/Response Service</a></li>
@@ -378,8 +380,8 @@ <h2>Custom Notes &amp; Free Text Fields<a class="headerlink" href="#custom-notes
378380
<p>The following elements are available on order and/or route subscription services. These elements will be passed to the external trading counterparts.</p>
379381
<table border="1" class="docutils">
380382
<colgroup>
381-
<col width="31%" />
382-
<col width="69%" />
383+
<col width="27%" />
384+
<col width="73%" />
383385
</colgroup>
384386
<thead valign="bottom">
385387
<tr class="row-odd"><th class="head">Element</th>
@@ -406,7 +408,7 @@ <h2>Custom Notes &amp; Free Text Fields<a class="headerlink" href="#custom-notes
406408
<td>15-character field (15+1 check digit) <em>route subscription only</em></td>
407409
</tr>
408410
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">EMSX_TRADER_NOTES</span></code></td>
409-
<td>43-character free text field (43+1 check digit), <strong>internal only</strong></td>
411+
<td>43-character free text field (43+1 check digit), <strong>internal &amp; read only from API</strong></td>
410412
</tr>
411413
</tbody>
412414
</table>

build/html/programmable/emsxHistory.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
<li class="toctree-l2"><a class="reference internal" href="testEnv.html#api-demo-tool">API Demo Tool</a></li>
9898
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html">Order State Diagram</a></li>
9999
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#route-state-diagram">Route State Diagram</a></li>
100+
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#emsx-api-schema">EMSX API Schema</a></li>
101+
<li class="toctree-l2"><a class="reference internal" href="stateDiagram.html#emsx-api-history-service-schema">EMSX API History Service Schema</a></li>
100102
<li class="toctree-l2"><a class="reference internal" href="session.html">Session Object</a></li>
101103
<li class="toctree-l2"><a class="reference internal" href="description.html">Description of Request/Response Service</a></li>
102104
<li class="toctree-l2"><a class="reference internal" href="requestResponse.html">Buy-Side Request/Response Service</a></li>
@@ -179,7 +181,11 @@
179181
<h1>EMSX History Request<a class="headerlink" href="#emsx-history-request" title="Permalink to this headline"></a></h1>
180182
<p>EMSX history service provides individual fill information via request/response service. The service name is
181183
<code class="docutils literal notranslate"><span class="pre">//blp/emsx.history</span></code> for production and <code class="docutils literal notranslate"><span class="pre">//blp/emsx.history.uat</span></code> for test environment.</p>
182-
<p>This service should not be used as a replacement for route subscription service to capture fills information in real-time. Anyone found to abuse the service by making constant calls to the history service will be shutdown permanently by Bloomberg.</p>
184+
<div class="admonition important">
185+
<p class="first admonition-title">Important</p>
186+
<p class="last">This service should not be used as a replacement for route subscription service to capture fills information in real-time.
187+
Anyone found to abuse the service by making constant calls to the history service will be shutdown permanently by Bloomberg.</p>
188+
</div>
183189
<p>A UUID’s fills are only available if any of the following criteria are met:</p>
184190
<ol class="arabic simple">
185191
<li>The user has at least one Export Fill profile in <code class="docutils literal notranslate"><span class="pre">EMSI&lt;GO&gt;</span></code>, or</li>

build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/programmable/description.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ The EMSX API provides several different EMSX options for entering and using free
118118
The following elements are available on order and/or route subscription services. These elements will be passed to the external trading counterparts.
119119

120120

121-
=================================== ==================================================================
121+
=================================== ==================================================================================
122122
Element Description
123-
=================================== ==================================================================
123+
=================================== ==================================================================================
124124
``EMSX_ACCOUNT`` 29-character free text field (29+1 check digit), FIX Tag 1
125125
``EMSX_BASKET_NAME`` 20-character free text field (20+1 check digit)
126126
``EMSX_INVESTOR_ID`` 12-character free text field mostly used to identify Investor ID
127127
``EMSX_NOTE`` 43-character free text field (43+1 check digit), FIX Tag 58
128128
``EMSX_ORDER_REF_ID`` 15-character field (15+1 check digit) *order subscription only*
129129
``EMSX_ROUTE_REF_ID`` 15-character field (15+1 check digit) *route subscription only*
130-
``EMSX_TRADER_NOTES`` 43-character free text field (43+1 check digit), **internal only**
131-
=================================== ==================================================================
130+
``EMSX_TRADER_NOTES`` 43-character free text field (43+1 check digit), **internal & read only from API**
131+
=================================== ==================================================================================
132132

133133

134134
The following elements are available only for internal fields unless custom mapped to a custom FIX tag to a particular trading counterparty.

0 commit comments

Comments
 (0)