<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>opentradingsolutions.org</title>
	<link>http://www.opentradingsolutions.org</link>
	<description>Open Source Trading Tools and Applications</description>
	<pubDate>Thu, 28 Jun 2007 13:10:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>Combining Log4FIX and The QuickFIX/J FileLog</title>
		<link>http://www.opentradingsolutions.org/2007/06/28/combining-log4fix-and-the-quickfixj-filelog/</link>
		<comments>http://www.opentradingsolutions.org/2007/06/28/combining-log4fix-and-the-quickfixj-filelog/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 13:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<category>Log4FIX</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/06/28/combining-log4fix-and-the-quickfixj-filelog/</guid>
		<description><![CDATA[Here is a quick example showing how to use Log4FIX in live mode and the standard QuickFIX/J file log.
SessionSettings settings = ...
Log4FIX forLiveUpdate = Log4FIX.createForLiveUpdates(settings);
LogFactory log4FIXLogFactory = forLiveUpdate.getLogFactory(); 

LogFactory fileLogFactory = new FileLogFactory(settings);

// create a composite containing the Log4FIX LogFactory
// and the FileLogFactory
LogFactory compositeLogFactory = new CompositeLogFactory(new LogFactory[] {
       [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick example showing how to use Log4FIX in <span style="font-style: italic">live</span> mode <span style="font-weight: bold">and</span> the standard QuickFIX/J file log.</p>
<pre>SessionSettings settings = ...
Log4FIX forLiveUpdate = Log4FIX.createForLiveUpdates(settings);
LogFactory log4FIXLogFactory = forLiveUpdate.getLogFactory(); 

LogFactory fileLogFactory = new FileLogFactory(settings);

// create a composite containing the Log4FIX LogFactory
// and the FileLogFactory
LogFactory compositeLogFactory = new CompositeLogFactory(new LogFactory[] {
         log4FIXLogFactory, fileLogFactory});  

initiator = new SocketInitiator(..., ..., ..., compositeLogFactory, ...);

...

// show the Log4FIX panel
forLiveUpdate.show();</pre>
<p>
Your QuickFIX/J application now sends log messages to Log4FIX and to a file.
</p>
<p>Enjoy.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/06/28/combining-log4fix-and-the-quickfixj-filelog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log4FIX 1.6 Released</title>
		<link>http://www.opentradingsolutions.org/2007/03/06/log4fix-16-released/</link>
		<comments>http://www.opentradingsolutions.org/2007/03/06/log4fix-16-released/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 02:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>Log4FIX</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/03/06/log4fix-16-released/</guid>
		<description><![CDATA[I am pleased to announce Log4FIX 1.6. This release fixes a threading bug that swallowed error messags, and adds the capability to automatically import a single file from the command line.
Listed below are the links to the issues resolved in this release:


Launch Log4FIX and Automatically Import a Log File


Log4FIX Stops Processing The Log File With [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce <a href="http://code.google.com/p/log4fix/" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Log4FIX 1.6</a>. This release fixes a threading bug that swallowed error messags, and adds the capability to automatically import a single file from the command line.</p>
<p>Listed below are the links to the issues resolved in this release:</p>
<ul>
<li>
<a href="http://code.google.com/p/log4fix/issues/detail?id=6&#038;can=2&#038;q=" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Launch Log4FIX and Automatically Import a Log File</a>
</li>
<li>
<a href="http://code.google.com/p/log4fix/issues/detail?id=5&#038;can=1&#038;q=" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Log4FIX Stops Processing The Log File With No Explanation</a>
</li>
</ul>
<p>Here is an example showing how to tell Log4FIX to automatically import a log file when starting Log4FIX:<br />
<code>$ java -jar log4fix-1.6.jar /path/to/my_data.log</code></p>
<p>Thanks to all that help make Log4FIX a better product.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/03/06/log4fix-16-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log4FIX 1.5 Released</title>
		<link>http://www.opentradingsolutions.org/2007/02/03/log4fix-15-released/</link>
		<comments>http://www.opentradingsolutions.org/2007/02/03/log4fix-15-released/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 18:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<category>Log4FIX</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/02/03/log4fix-15-released/</guid>
		<description><![CDATA[I am excited to announce the release of Log4FIX 1.5. There are two new features in this release:

Filter Out Heartbeat Messages
Capability To Reverse The Raw Message Table View

]]></description>
			<content:encoded><![CDATA[<p>I am excited to announce the <a href="http://code.google.com/p/log4fix/downloads/list" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">release</a> of Log4FIX 1.5. There are two new features in this release:</p>
<ul>
<li><a href="http://code.google.com/p/log4fix/issues/detail?id=2&#038;can=1&#038;q=" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Filter Out Heartbeat Messages</a></li>
<li><a href="Capability To Reverse The Raw Message Table View">Capability To Reverse The Raw Message Table View</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/02/03/log4fix-15-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenOMS At Google Code</title>
		<link>http://www.opentradingsolutions.org/2007/01/30/openoms-at-google-code/</link>
		<comments>http://www.opentradingsolutions.org/2007/01/30/openoms-at-google-code/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 18:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/01/30/openoms-at-google-code/</guid>
		<description><![CDATA[We are attempting to capture various tasks using our project&#8217;s Google Code Issue Tracker.
Where&#8217;s The Code?
We are not releasing the code until we have a solid foundation good enough to call &#8220;beta&#8221;. There are several reasons. Arguably the most important reason is due to the constant code changes. The APIs have dramatically changed in just [...]]]></description>
			<content:encoded><![CDATA[<p>We are attempting to capture various tasks using our project&#8217;s <a href="http://code.google.com/p/openoms/issues/list" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Google Code Issue Tracker</a>.</p>
<h3>Where&#8217;s The Code?</h3>
<p>We are not releasing the code until we have a solid foundation good enough to call &#8220;beta&#8221;. There are several reasons. Arguably the most important reason is due to the constant code changes. The APIs have dramatically changed in just a few days. Thus you would become quite angry with us as we pull the API carpet out from under your feet. </p>
<h3>Is There a Roadmap?</h3>
<p>Unfortunately we do not have a roadmap (yet). We&#8217;ll post the roadmap as soon as possible. In the meantime, feel free to keep tabs on the <a href="http://code.google.com/p/openoms/issues/list" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Google Code Issue Tracker</a>. Feel free to add feature requests to the list.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/01/30/openoms-at-google-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Source Trading Community</title>
		<link>http://www.opentradingsolutions.org/2007/01/23/open-source-trading-community/</link>
		<comments>http://www.opentradingsolutions.org/2007/01/23/open-source-trading-community/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 13:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/01/23/open-source-trading-community/</guid>
		<description><![CDATA[Currently this site discusses a single application called Log4FIX, which is a great tool for viewing raw FIX messages in real-time as part of your QuickFIX/J application, or later using any file containing raw FIX messages. Very soon more details will emerge about another product named OpenOMS. OpenOMS is an order management system based on [...]]]></description>
			<content:encoded><![CDATA[<p>Currently this site discusses a single application called <a href="http://code.google.com/p/log4fix/" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Log4FIX</a>, which is a great tool for viewing raw FIX messages in real-time as part of your <a href="http://www.quickfixj.org" onclick="javascript:urchinTracker ('/outbound/article/www.quickfixj.org');">QuickFIX/J</a> application, or later using <em>any</em> file containing raw FIX messages. Very soon more details will emerge about another product named OpenOMS. OpenOMS is an order management system based on a FIX engine. Of course, OpenOMS will &#8220;ship&#8221; configured for QuickFIX/J. A major goal of OpenOMS is to fill the gap between your trading algorithms and order management. QuickFIX/J provides FIX connectivity. OpenOMS manages your orders. You concentrate on your trading algorithms. </p>
<p>Are there other open source trading applications or tools that you would like to bring to this site? If so, let me know. We can talk.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/01/23/open-source-trading-community/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log4FIX Moved To Google Code</title>
		<link>http://www.opentradingsolutions.org/2007/01/06/log4fix-moved-to-google-code/</link>
		<comments>http://www.opentradingsolutions.org/2007/01/06/log4fix-moved-to-google-code/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 20:58:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/01/06/log4fix-moved-to-google-code/</guid>
		<description><![CDATA[I moved Log4FIX from SourceForge.net to Googe Code. SourceForge, in my opinion, is slow, clunky, and hard to use. So far I have enjoyed my experiences with Google Code. 
http://code.google.com/p/log4fix/

]]></description>
			<content:encoded><![CDATA[<p>I moved Log4FIX from SourceForge.net to Googe Code. SourceForge, in my opinion, is slow, clunky, and hard to use. So far I have enjoyed my experiences with Google Code. </p>
<p><a href="http://code.google.com/p/log4fix/" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">http://code.google.com/p/log4fix/</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/01/06/log4fix-moved-to-google-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log4FIX 1.0 Released</title>
		<link>http://www.opentradingsolutions.org/2007/01/06/log4fix-10-released-2/</link>
		<comments>http://www.opentradingsolutions.org/2007/01/06/log4fix-10-released-2/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 20:55:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>Log4FIX</category>

		<category>QuickFIX</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2007/01/06/log4fix-10-released-2/</guid>
		<description><![CDATA[I am pleased to announce the release of Log4FIX 1.0. This release includes numerous bug fixes, enhanced memory management, and updated message logging. 
Please visit http://code.google.com/p/log4fix/ for more information.

]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce the release of Log4FIX 1.0. This release includes numerous bug fixes, enhanced memory management, and updated message logging. </p>
<p>Please visit <a href="http://code.google.com/p/log4fix/" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">http://code.google.com/p/log4fix/</a> for more information.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2007/01/06/log4fix-10-released-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log4FIX Look And Feel On Windows</title>
		<link>http://www.opentradingsolutions.org/2006/12/27/log4fix-look-and-feel-on-windows/</link>
		<comments>http://www.opentradingsolutions.org/2006/12/27/log4fix-look-and-feel-on-windows/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 04:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2006/12/27/log4fix-look-and-feel-on-windows/</guid>
		<description><![CDATA[If you are running Windows, and Log4FIX is not rendered with the Windows Look-N-Feel, then execute Log4FIX like this:
$ java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -jar log4fix-1.0.jar
]]></description>
			<content:encoded><![CDATA[<p>If you are running Windows, and Log4FIX is not rendered with the Windows Look-N-Feel, then execute Log4FIX like this:</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">$ java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -jar log4fix-1.0.jar</li></ol></div>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2006/12/27/log4fix-look-and-feel-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Site Maintenance</title>
		<link>http://www.opentradingsolutions.org/2006/12/21/site-moved/</link>
		<comments>http://www.opentradingsolutions.org/2006/12/21/site-moved/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 00:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/?p=8</guid>
		<description><![CDATA[You may have noticed that the RSS feed links are broken. Sorry! Please update your feeds to the new address. The links changed when I moved this site from Yahoo! Web Hosting to my firm&#8217;s hardware. Object Computing, Inc. (OCI) has graciously provided hardware and bandwidth for this site.

]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that the RSS feed links are broken. Sorry! Please update your feeds to the new address. The links changed when I moved this site from Yahoo! Web Hosting to my firm&#8217;s hardware. <a href="http://www.ociweb.com/" onclick="javascript:urchinTracker ('/outbound/article/www.ociweb.com');">Object Computing, Inc.</a> (OCI) has graciously provided hardware and bandwidth for this site.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2006/12/21/site-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom QuickFIX/J Fields</title>
		<link>http://www.opentradingsolutions.org/2006/07/01/custom-quickfixj-fields/</link>
		<comments>http://www.opentradingsolutions.org/2006/07/01/custom-quickfixj-fields/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 04:27:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category>QuickFIX</category>

		<guid isPermaLink="false">http://www.opentradingsolutions.org/2006/12/27/custom-quickfixj-fields/</guid>
		<description><![CDATA[User defined fields are allowed by the FIX protocol to provide maximum flexibility for institutitions. I wrote an article, published by Object Computing, Inc. (OCI), describing various ways to create FIX messages with user defined fields in QuickFIX/J.

]]></description>
			<content:encoded><![CDATA[<p>User defined fields are allowed by the FIX protocol to provide maximum flexibility for institutitions. I wrote an <a href="http://www.ociweb.com/jnb/jnbJul2006.html" onclick="javascript:urchinTracker ('/outbound/article/www.ociweb.com');">article</a>, published by <a href="http://www.ociweb.com/" onclick="javascript:urchinTracker ('/outbound/article/www.ociweb.com');">Object Computing, Inc.</a> (OCI), describing various ways to create FIX messages with user defined fields in QuickFIX/J.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opentradingsolutions.org/2006/07/01/custom-quickfixj-fields/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
