Thread: [Quickfix-users] Exchange Simulator for local testing
Brought to you by:
orenmnero
From: Ted G. <tg...@Co...> - 2007-10-19 20:03:38
|
Can anyone recommend an exchange simulator for testing my FIX and Order Management logic? I started using the ordermatch example, but it doesn't even allow for CancelReplacing orders, and I'd rather have a more robust solution. Local or hosted is fine. Pay or free is fine. Anyone have experience with B2Bits REEF environment? Ted |
From: James P M. I. <jmi...@bl...> - 2007-10-21 17:25:03
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Both ARCA and CME have development environments that you should consider using if you meet the eligibility requirements. I would add that ARCA's FIX 4.2 implementation is excellent, while CME's is a very bastardized FIX. These 2 extremes should give you some good experience with real world implementations and some of the "flavoring" that you will need to do for real apps.<br> <br> Also, if your brokers support DMA type trading through their FIX engines, then you should be able to get test sessions created with them.<br> <br> Ted Graham wrote: <blockquote cite="mid:00f901c8128b$1c492950$54db7bf0$@com" type="cite"> <pre wrap="">QuickFIX Documentation: <a class="moz-txt-link-freetext" href="http://www.quickfixengine.org/quickfix/doc/html/index.html">http://www.quickfixengine.org/quickfix/doc/html/index.html</a> QuickFIX Support: <a class="moz-txt-link-freetext" href="http://www.quickfixengine.org/services.html">http://www.quickfixengine.org/services.html</a> </pre> <br> <hr size="4" width="90%"><br> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="Microsoft Word 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml><![endif]--> <div class="Section1"> <p class="MsoNormal">Can anyone recommend an exchange simulator for testing my FIX and Order Management logic? I started using the ordermatch example, but it doesn’t even allow for CancelReplacing orders, and I’d rather have a more robust solution.<o:p></o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Local or hosted is fine.<o:p></o:p></p> <p class="MsoNormal">Pay or free is fine.<o:p></o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Anyone have experience with B2Bits REEF environment?<o:p></o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Ted<o:p></o:p></p> </div> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- 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 >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Quickfix-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Qui...@li...">Qui...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/quickfix-users">https://lists.sourceforge.net/lists/listinfo/quickfix-users</a> </pre> </blockquote> <pre class="moz-signature" cols="72">-- James P Michels III </pre> </body> </html> |
From: Rodrick B. <rod...@gm...> - 2007-10-21 21:58:57
|
On 10/19/07, Ted Graham <tg...@co...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Can anyone recommend an exchange simulator for testing my FIX and Order > Management logic? I started using the ordermatch example, but it doesn't > even allow for CancelReplacing orders, and I'd rather have a more robust > solution. > > > > Local or hosted is fine. > > Pay or free is fine. > > > At my firm we use Aegis Client Simulator and Exchange Simulator (Xsim), these two products are probably the best in the business for FIX certification and testing, checkout www.aegisoft.com Anyone have experience with B2Bits REEF environment? > > > > Ted > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > -- Rodrick R. Brown http://www.rodrickbrown.com |
From: Toli K. <to...@ma...> - 2007-10-19 20:10:56
|
Ted, We've had a good experience using the TransactTools FIX certification engine at http://www.openfix.net/ . You'll have to register with them first, of course, which is sometimes convoluted and may take a week. We are also hosting a FIX exchange simulator at http://exchange.marketcetera.org, but it doesn't support currencies or cancel/replace yet either. You can generate a senderCompID for it at http://www.marketcetera.com/contacts/register , and then connect to FIX IP: exchange.marketcetera.com port: 7001 hope this helps. On 10/19/07, Ted Graham <tg...@co...> wrote: > QuickFIX/J Documentation: > http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > > Can anyone recommend an exchange simulator for testing my FIX and Order > Management logic? I started using the ordermatch example, but it doesn't > even allow for CancelReplacing orders, and I'd rather have a more robust > solution. > > > > Local or hosted is fine. > > Pay or free is fine. > > > > Anyone have experience with B2Bits REEF environment? > > > > Ted > ------------------------------------------------------------------------- > 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 > > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |