If an order does not receive either an Acknowledgment or Fill within a configurable time period (default: 1 sec) after sending the Order, an Exception is thrown, as there might be a problem with the broker / exchange connection. This is enforced by the NOTIFY_MISSING_ORDER_REPLY
statement which can be turned of by changing the following property insideconf-core.properties
. Alternatively the properties can be changed via VM arguments.
# notify in case there is no reply on an order statement.notifyMissingOrderReply = false
Comments
0 comments
Please sign in to leave a comment.