Skip to content

Commit b322b90

Browse files
committed
updated cancel order
1 parent 8f7f819 commit b322b90

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

build/doctrees/environment.pickle

178 Bytes
Binary file not shown.
523 Bytes
Binary file not shown.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,12 @@ In ``EMSX<GO>`` there is a feature that allows the user to cancel the parent ord
686686

687687
However, unlike the `CancelRouteEx`_ request which changes the parent order state into ``Assigned``, this request will permanently place the order in an inoperable ``Cancel`` state.
688688

689+
690+
.. important::
691+
692+
Please note this request does not work for AIM users. This request only works for standalone EMSX API user.
693+
694+
689695
Full code sample:-
690696

691697
===================== =================== ===================

build/html/programmable/requestResponse.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,10 @@ <h2>Broker Spec Request<a class="headerlink" href="#broker-spec-request" title="
862862
<h2>Cancel Order Extended Request<a class="headerlink" href="#cancel-order-extended-request" title="Permalink to this headline"></a></h2>
863863
<p>In <code class="docutils literal"><span class="pre">EMSX&lt;GO&gt;</span></code> there is a feature that allows the user to cancel the parent order and child routes associated with the parent order in a single call. The <code class="docutils literal"><span class="pre">CancelOrderEx</span></code> request replicates this <code class="docutils literal"><span class="pre">EMSX&lt;GO&gt;</span></code> UI feature.</p>
864864
<p>However, unlike the <a class="reference external" href="https://emsx-api-doc.readthedocs.io/en/latest/programmable/requestResponse.html#cancel-route-extended-request">CancelRouteEx</a> request which changes the parent order state into <code class="docutils literal"><span class="pre">Assigned</span></code>, this request will permanently place the order in an inoperable <code class="docutils literal"><span class="pre">Cancel</span></code> state.</p>
865+
<div class="admonition important">
866+
<p class="first admonition-title">Important</p>
867+
<p class="last">Please note this request does not work for AIM users. This request only works for standalone EMSX API user.</p>
868+
</div>
865869
<p>Full code sample:-</p>
866870
<table border="1" class="docutils">
867871
<colgroup>

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/requestResponse.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,12 @@ In ``EMSX<GO>`` there is a feature that allows the user to cancel the parent ord
686686

687687
However, unlike the `CancelRouteEx`_ request which changes the parent order state into ``Assigned``, this request will permanently place the order in an inoperable ``Cancel`` state.
688688

689+
690+
.. important::
691+
692+
Please note this request does not work for AIM users. This request only works for standalone EMSX API user.
693+
694+
689695
Full code sample:-
690696

691697
===================== =================== ===================

0 commit comments

Comments
 (0)