|
From: Steve B. <st...@te...> - 2007-07-31 22:05:30
|
By default, the executor only supports limit orders. You can configure the executor to accept market orders by adding the ValidOrderTypes setting to the settings file. For example, [default] ValidOrderTypes=1,2 However, the executor will not send a fill for the order. In the latest code in the SVN trunk, the executor has been extended to support specifying either a default market price for market orders or a custom market data provider can be use to get quotes from an a real quote source. Steve > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > Hi all, > > I recently built the sample Banzai and Executor and am able to get them > to run. > > However when I attempt to send a new order from the Banzai interface it > gets a session reject response with tag 58=Value is incorrect (out of > range) for this tag. The tag being referenced is tag 40 (OrderType). > The ordertype sent was set to 1. > > Any help is much appreciated. > > Thanks > Tom > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |