Page History
...
Max Length: 20 characters
Valid characters: include the printable ASCII character set (32 <= decimal value <=126) with the following exceptions:
character | name | decimal value |
~ | Tilde | 126 |
` | Accent Grave | 60 |
_ | Underscore | 95 |
! | Exclamation Mark | 33 |
∗ | Asterisk | 42 |
, | Comma | 44 |
- | Hyphen | 45 |
: | Colon | 58 |
= | Equals Sign | 61 |
[ | Left Square Bracket | 91 |
] | Right Square Bracket | 93 |
Table 8.1. – prohibited characters in clOrdId
Where minQty is supported by the ECN, if the remaining amount drops below minQty, the remaining amount will be cancelled by the ECN, resulting in OrderCanceled instead of OrderDone as the final state.
modify order modifyOrder() is supported on certain exchanges, namely CME, EBS, CURRENEX, FXCM, FXALL, HOTSPOT and HOTSPOTMOEX. Only GTC orders can be modified; both price and amount can be changed. To modify an order the customer must specify a new clNewID and the original clOrdID of the order. Note that submitOrder() and modifyOrder() both result in the same onOrderSubmitted() callback on success. To differentiate, the Customer must correlate the requested clNewID with the response clOrdID.
...
| Info | ||
|---|---|---|
| ||
| Where a modifyorder() request is submitted to a venue that does not support open order modification than an OrderCancelRejected message will be received, a breakdown of these message definitions can be found at *in Cancel Order Rejection / Reasons. |