<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="0.92">
<channel>
	<title>opentradingsolutions.org</title>
	<link>http://www.opentradingsolutions.org</link>
	<description>Open Source Trading Tools and Applications</description>
	<lastBuildDate>Thu, 28 Jun 2007 13:10:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Combining Log4FIX and The QuickFIX/J FileLog</title>
		<description>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 ...</description>
		<link>http://www.opentradingsolutions.org/2007/06/28/combining-log4fix-and-the-quickfixj-filelog/</link>
			</item>
	<item>
		<title>Log4FIX 1.6 Released</title>
		<description>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 ...</description>
		<link>http://www.opentradingsolutions.org/2007/03/06/log4fix-16-released/</link>
			</item>
	<item>
		<title>Log4FIX 1.5 Released</title>
		<description>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>
		<link>http://www.opentradingsolutions.org/2007/02/03/log4fix-15-released/</link>
			</item>
	<item>
		<title>OpenOMS At Google Code</title>
		<description>We are attempting to capture various tasks using our project's Google Code Issue Tracker.

Where's The Code?
We are not releasing the code until we have a solid foundation good enough to call "beta". There are several reasons. Arguably the most important reason is due to the constant code changes. The APIs ...</description>
		<link>http://www.opentradingsolutions.org/2007/01/30/openoms-at-google-code/</link>
			</item>
	<item>
		<title>Open Source Trading Community</title>
		<description>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 ...</description>
		<link>http://www.opentradingsolutions.org/2007/01/23/open-source-trading-community/</link>
			</item>
	<item>
		<title>Log4FIX Moved To Google Code</title>
		<description>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>
		<link>http://www.opentradingsolutions.org/2007/01/06/log4fix-moved-to-google-code/</link>
			</item>
	<item>
		<title>Log4FIX 1.0 Released</title>
		<description>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>
		<link>http://www.opentradingsolutions.org/2007/01/06/log4fix-10-released-2/</link>
			</item>
	<item>
		<title>Log4FIX Look And Feel On Windows</title>
		<description>If you are running Windows, and Log4FIX is not rendered with the Windows Look-N-Feel, then execute Log4FIX like this:

[coolcode]$ java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -jar log4fix-1.0.jar[/coolcode] </description>
		<link>http://www.opentradingsolutions.org/2006/12/27/log4fix-look-and-feel-on-windows/</link>
			</item>
	<item>
		<title>Site Maintenance</title>
		<description>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's hardware. Object Computing, Inc. (OCI) has graciously provided hardware and bandwidth for this site.  </description>
		<link>http://www.opentradingsolutions.org/2006/12/21/site-moved/</link>
			</item>
	<item>
		<title>Custom QuickFIX/J Fields</title>
		<description>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>
		<link>http://www.opentradingsolutions.org/2006/07/01/custom-quickfixj-fields/</link>
			</item>
</channel>
</rss>
