# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	quickfix/
#	quickfix/files
#	quickfix/files/patch-src-python-Makefile.in
#	quickfix/files/patch-src-ruby-Makefile.in
#	quickfix/files/patch-configure
#	quickfix/pkg-descr
#	quickfix/Makefile
#	quickfix/distinfo
#	quickfix/pkg-plist
#
echo c - quickfix/
mkdir -p quickfix/ > /dev/null 2>&1
echo c - quickfix/files
mkdir -p quickfix/files > /dev/null 2>&1
echo x - quickfix/files/patch-src-python-Makefile.in
sed 's/^X//' >quickfix/files/patch-src-python-Makefile.in << '41ea2e8764bef956fd0d29f24c9ca9ab'
X--- src/python/Makefile.in.orig	2014-06-24 08:49:57.000000000 +0400
X+++ src/python/Makefile.in	2014-09-13 17:33:59.948230729 +0400
X@@ -599,7 +599,7 @@
X 
X all-local:
X 	mkdir -p $(local_python_lib)
X-	ln -sf $(local_python_src)/.libs/_quickfix* $(local_python_lib)
X+	bash -c 'ln -s  $(local_python_src)/.libs/_quickfix.* $(local_python_lib)/'
X 	ln -sf $(local_python_src)/*.py $(local_python_lib)
X 
X clean-local:
41ea2e8764bef956fd0d29f24c9ca9ab
echo x - quickfix/files/patch-src-ruby-Makefile.in
sed 's/^X//' >quickfix/files/patch-src-ruby-Makefile.in << 'ca10d49e82207f5e33bf8a54ddad7b96'
X--- src/ruby/Makefile.in.orig	2014-09-06 04:15:03.272761556 +0400
X+++ src/ruby/Makefile.in	2014-09-06 04:15:44.726399268 +0400
X@@ -459,9 +459,10 @@
X 	rm -rf $(local_ruby_lib)
X 
X install-exec-local:
X-	cp -f $(top_builddir)/lib/ruby/*.rb $(RUBY_SITE_PACKAGES)
X-	cp -f $(top_builddir)/lib/ruby/quickfix.so $(RUBY_SITE_PACKAGES) || :
X-	cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(RUBY_SITE_PACKAGES) || :
X+	$(MKDIR_P) "$(DESTDIR)$(RUBY_SITE_PACKAGES)"
X+	cp -f $(top_builddir)/lib/ruby/*.rb $(DESTDIR)$(RUBY_SITE_PACKAGES)
X+	cp -f $(top_builddir)/lib/ruby/quickfix.so $(DESTDIR)$(RUBY_SITE_PACKAGES) || :
X+	cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(DESTDIR)$(RUBY_SITE_PACKAGES) || :
X 
X uninstall-local:
X 	rm -rf $(RUBY_SITE_PACKAGES)/quickfix*.rb
ca10d49e82207f5e33bf8a54ddad7b96
echo x - quickfix/files/patch-configure
sed 's/^X//' >quickfix/files/patch-configure << '4fb939f2e35fdab6b877c2317d575e2f'
X--- configure.orig	2014-06-24 08:49:56.000000000 +0400
X+++ configure	2014-09-13 02:51:16.559746898 +0400
X@@ -14874,7 +14874,7 @@
X   version_type=freebsd-$objformat
X   case $version_type in
X     freebsd-elf*)
X-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
X+      library_names_spec='$libname$release$shared_ext$versuffix  $libname$release$shared_ext$major	 $libname$shared_ext'			 soname_spec='$libname$release$shared_ext$major'
X       need_version=no
X       need_lib_prefix=no
X       ;;
X@@ -16211,7 +16211,7 @@
X then
X     RUBY_CFLAGS="-I${RUBY_PREFIX}"
X 
X-    RUBY_SITE_PACKAGES=`ruby -e 'require "rbconfig"; print Config::CONFIG["sitedir"], "\n"'`
X+    RUBY_SITE_PACKAGES=`ruby -e 'require "rbconfig"; print RbConfig::CONFIG["sitelibdir"], "\n"'`
X 
X 
X $as_echo "#define HAVE_RUBY 1" >>confdefs.h
X@@ -17174,7 +17174,7 @@
X }
X _ACEOF
X if ac_fn_cxx_try_compile "$LINENO"; then :
X-  has_ftime=true
X+  has_ftime=false
X else
X   has_ftime=false
X fi
4fb939f2e35fdab6b877c2317d575e2f
echo x - quickfix/pkg-descr
sed 's/^X//' >quickfix/pkg-descr << 'e7129b6dbc8c817f6d8b7d55c8e159e3'
XQuickFIX is a free and open source implementation of the FIX protocol.
X
XWWW: http://www.quickfixengine.org/
e7129b6dbc8c817f6d8b7d55c8e159e3
echo x - quickfix/Makefile
sed 's/^X//' >quickfix/Makefile << 'ed286e8184be3319d1cf250b497c5aad'
X# Created by: Mikhail T. <m.tsatsenko@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	quickfix
XPORTVERSION=	1.14.0
XCATEGORIES=	finance devel
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	m.tsatsenko@gmail.com
XCOMMENT=	Free FIX Protocol Implementation
X
XBUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
X
XHAS_CONFIGURE=	yes
XCONFIGURE_ENV=	CXX=${CXX} CC=${CC}
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XOPTIONS_DEFINE=	MYSQL PGSQL PYTHON RUBY JAVA
XOPTIONS_DEFAULT=	MYSQL PYTHON RUBY
XOPTIONS_SUB=	YES
XPGSQL_USE=	pgsql=yes
XPGSQL_CONFIGURE_WITH=	postgresql
XMYSQL_USE=	mysql=yes
XMYSQL_CONFIGURE_WITH=	mysql
XPYTHON_USES=	python
XPYTHON_CONFIGURE_WITH=	python
XRUBY_USE=	ruby=yes
XRUBY_CONFIGURE_WITH=	ruby
XJAVA_USE=	java=yes
XJAVA_CONFIGURE_WITH=	java
X
XUSES=		gmake shebangfix libtool
XUSE_GNOME=	libxml2
XUSE_LDCONFIG=	yes
XSHEBANG_FILES=	examples/tradeclientgui/banzai/build.sh
X
XINSTALL_TARGET=install-strip
X
X.include <bsd.port.options.mk>
X
Xpost-extract:
X	@${REINPLACE_CMD} -e 's|^make|gmake|' \
X		${WRKSRC}/src/ruby/make_ruby.sh
X	@${REINPLACE_CMD} -e 's|CXX = g++|CXX = ${CXX}|' \
X		${WRKSRC}/UnitTest++/Makefile
X	@${REINPLACE_CMD} -e 's|pkgconfdir = .*|pkgconfdir=${LOCALBASE}/libdata/pkgconfig|' \
X		${WRKSRC}/Makefile.in
X
Xpost-install:
X
X.if ${PORT_OPTIONS:MRUBY}
X	${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/quickfix.so
X.endif
X
X.include <bsd.port.mk>
ed286e8184be3319d1cf250b497c5aad
echo x - quickfix/distinfo
sed 's/^X//' >quickfix/distinfo << '47dbff4d30e6ade29617768ca2494896'
XSHA256 (quickfix-1.14.0.tar.gz) = 1d6906ba828c5ef909199117d992143f117831e4fdb4999f9012f575a0882d90
XSIZE (quickfix-1.14.0.tar.gz) = 21136004
47dbff4d30e6ade29617768ca2494896
echo x - quickfix/pkg-plist
sed 's/^X//' >quickfix/pkg-plist << '56c0b71ff4d3136327b05ff5b2041af3'
Xinclude/quickfix/Acceptor.h
Xinclude/quickfix/Allocator.h
Xinclude/quickfix/Application.h
Xinclude/quickfix/AtomicCount.h
Xinclude/quickfix/DOMDocument.h
Xinclude/quickfix/DataDictionary.h
Xinclude/quickfix/DataDictionaryProvider.h
Xinclude/quickfix/DatabaseConnectionID.h
Xinclude/quickfix/DatabaseConnectionPool.h
Xinclude/quickfix/Dictionary.h
Xinclude/quickfix/Event.h
Xinclude/quickfix/Exceptions.h
Xinclude/quickfix/Field.h
Xinclude/quickfix/FieldConvertors.h
Xinclude/quickfix/FieldMap.h
Xinclude/quickfix/FieldNumbers.h
Xinclude/quickfix/FieldTypes.h
Xinclude/quickfix/Fields.h
Xinclude/quickfix/FileLog.h
Xinclude/quickfix/FileStore.h
Xinclude/quickfix/FixFieldNumbers.h
Xinclude/quickfix/FixFields.h
Xinclude/quickfix/FixValues.h
Xinclude/quickfix/FlexLexer.h
Xinclude/quickfix/Group.h
Xinclude/quickfix/HtmlBuilder.h
Xinclude/quickfix/HttpConnection.h
Xinclude/quickfix/HttpMessage.h
Xinclude/quickfix/HttpParser.h
Xinclude/quickfix/HttpServer.h
Xinclude/quickfix/Initiator.h
Xinclude/quickfix/LIBXML_DOMDocument.h
Xinclude/quickfix/Log.h
Xinclude/quickfix/MSXML_DOMDocument.h
Xinclude/quickfix/Message.h
Xinclude/quickfix/MessageCracker.h
Xinclude/quickfix/MessageSorters.h
Xinclude/quickfix/MessageStore.h
Xinclude/quickfix/Mutex.h
Xinclude/quickfix/MySQLConnection.h
Xinclude/quickfix/MySQLLog.h
Xinclude/quickfix/MySQLStore.h
Xinclude/quickfix/NullStore.h
Xinclude/quickfix/OdbcConnection.h
Xinclude/quickfix/OdbcLog.h
Xinclude/quickfix/OdbcStore.h
Xinclude/quickfix/Parser.h
Xinclude/quickfix/PostgreSQLConnection.h
Xinclude/quickfix/PostgreSQLLog.h
Xinclude/quickfix/PostgreSQLStore.h
Xinclude/quickfix/Queue.h
Xinclude/quickfix/Responder.h
Xinclude/quickfix/Session.h
Xinclude/quickfix/SessionFactory.h
Xinclude/quickfix/SessionID.h
Xinclude/quickfix/SessionSettings.h
Xinclude/quickfix/SessionState.h
Xinclude/quickfix/Settings.h
Xinclude/quickfix/SharedArray.h
Xinclude/quickfix/SocketAcceptor.h
Xinclude/quickfix/SocketConnection.h
Xinclude/quickfix/SocketConnector.h
Xinclude/quickfix/SocketInitiator.h
Xinclude/quickfix/SocketMonitor.h
Xinclude/quickfix/SocketServer.h
Xinclude/quickfix/ThreadedSocketAcceptor.h
Xinclude/quickfix/ThreadedSocketConnection.h
Xinclude/quickfix/ThreadedSocketInitiator.h
Xinclude/quickfix/TimeRange.h
Xinclude/quickfix/Utility.h
Xinclude/quickfix/Values.h
Xinclude/quickfix/fix40/Advertisement.h
Xinclude/quickfix/fix40/Allocation.h
Xinclude/quickfix/fix40/AllocationInstructionAck.h
Xinclude/quickfix/fix40/DontKnowTrade.h
Xinclude/quickfix/fix40/Email.h
Xinclude/quickfix/fix40/ExecutionReport.h
Xinclude/quickfix/fix40/Heartbeat.h
Xinclude/quickfix/fix40/IOI.h
Xinclude/quickfix/fix40/ListCancelRequest.h
Xinclude/quickfix/fix40/ListExecute.h
Xinclude/quickfix/fix40/ListStatus.h
Xinclude/quickfix/fix40/ListStatusRequest.h
Xinclude/quickfix/fix40/Logon.h
Xinclude/quickfix/fix40/Logout.h
Xinclude/quickfix/fix40/Message.h
Xinclude/quickfix/fix40/MessageCracker.h
Xinclude/quickfix/fix40/NewOrderList.h
Xinclude/quickfix/fix40/NewOrderSingle.h
Xinclude/quickfix/fix40/News.h
Xinclude/quickfix/fix40/OrderCancelReject.h
Xinclude/quickfix/fix40/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix40/OrderCancelRequest.h
Xinclude/quickfix/fix40/OrderStatusRequest.h
Xinclude/quickfix/fix40/Quote.h
Xinclude/quickfix/fix40/QuoteRequest.h
Xinclude/quickfix/fix40/Reject.h
Xinclude/quickfix/fix40/ResendRequest.h
Xinclude/quickfix/fix40/SequenceReset.h
Xinclude/quickfix/fix40/TestRequest.h
Xinclude/quickfix/fix41/Advertisement.h
Xinclude/quickfix/fix41/Allocation.h
Xinclude/quickfix/fix41/AllocationInstructionAck.h
Xinclude/quickfix/fix41/DontKnowTrade.h
Xinclude/quickfix/fix41/Email.h
Xinclude/quickfix/fix41/ExecutionReport.h
Xinclude/quickfix/fix41/Heartbeat.h
Xinclude/quickfix/fix41/IOI.h
Xinclude/quickfix/fix41/ListCancelRequest.h
Xinclude/quickfix/fix41/ListExecute.h
Xinclude/quickfix/fix41/ListStatus.h
Xinclude/quickfix/fix41/ListStatusRequest.h
Xinclude/quickfix/fix41/Logon.h
Xinclude/quickfix/fix41/Logout.h
Xinclude/quickfix/fix41/Message.h
Xinclude/quickfix/fix41/MessageCracker.h
Xinclude/quickfix/fix41/NewOrderList.h
Xinclude/quickfix/fix41/NewOrderSingle.h
Xinclude/quickfix/fix41/News.h
Xinclude/quickfix/fix41/OrderCancelReject.h
Xinclude/quickfix/fix41/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix41/OrderCancelRequest.h
Xinclude/quickfix/fix41/OrderStatusRequest.h
Xinclude/quickfix/fix41/Quote.h
Xinclude/quickfix/fix41/QuoteRequest.h
Xinclude/quickfix/fix41/Reject.h
Xinclude/quickfix/fix41/ResendRequest.h
Xinclude/quickfix/fix41/SequenceReset.h
Xinclude/quickfix/fix41/SettlementInstructions.h
Xinclude/quickfix/fix41/TestRequest.h
Xinclude/quickfix/fix42/Advertisement.h
Xinclude/quickfix/fix42/Allocation.h
Xinclude/quickfix/fix42/AllocationInstructionAck.h
Xinclude/quickfix/fix42/BidRequest.h
Xinclude/quickfix/fix42/BidResponse.h
Xinclude/quickfix/fix42/BusinessMessageReject.h
Xinclude/quickfix/fix42/DontKnowTrade.h
Xinclude/quickfix/fix42/Email.h
Xinclude/quickfix/fix42/ExecutionReport.h
Xinclude/quickfix/fix42/Heartbeat.h
Xinclude/quickfix/fix42/IOI.h
Xinclude/quickfix/fix42/ListCancelRequest.h
Xinclude/quickfix/fix42/ListExecute.h
Xinclude/quickfix/fix42/ListStatus.h
Xinclude/quickfix/fix42/ListStatusRequest.h
Xinclude/quickfix/fix42/ListStrikePrice.h
Xinclude/quickfix/fix42/Logon.h
Xinclude/quickfix/fix42/Logout.h
Xinclude/quickfix/fix42/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix42/MarketDataRequest.h
Xinclude/quickfix/fix42/MarketDataRequestReject.h
Xinclude/quickfix/fix42/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix42/MassQuote.h
Xinclude/quickfix/fix42/Message.h
Xinclude/quickfix/fix42/MessageCracker.h
Xinclude/quickfix/fix42/NewOrderList.h
Xinclude/quickfix/fix42/NewOrderSingle.h
Xinclude/quickfix/fix42/News.h
Xinclude/quickfix/fix42/OrderCancelReject.h
Xinclude/quickfix/fix42/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix42/OrderCancelRequest.h
Xinclude/quickfix/fix42/OrderStatusRequest.h
Xinclude/quickfix/fix42/Quote.h
Xinclude/quickfix/fix42/QuoteAcknowledgement.h
Xinclude/quickfix/fix42/QuoteCancel.h
Xinclude/quickfix/fix42/QuoteRequest.h
Xinclude/quickfix/fix42/QuoteStatusRequest.h
Xinclude/quickfix/fix42/Reject.h
Xinclude/quickfix/fix42/ResendRequest.h
Xinclude/quickfix/fix42/SecurityDefinition.h
Xinclude/quickfix/fix42/SecurityDefinitionRequest.h
Xinclude/quickfix/fix42/SecurityStatus.h
Xinclude/quickfix/fix42/SecurityStatusRequest.h
Xinclude/quickfix/fix42/SequenceReset.h
Xinclude/quickfix/fix42/SettlementInstructions.h
Xinclude/quickfix/fix42/TestRequest.h
Xinclude/quickfix/fix42/TradingSessionStatus.h
Xinclude/quickfix/fix42/TradingSessionStatusRequest.h
Xinclude/quickfix/fix43/Advertisement.h
Xinclude/quickfix/fix43/Allocation.h
Xinclude/quickfix/fix43/AllocationAck.h
Xinclude/quickfix/fix43/BidRequest.h
Xinclude/quickfix/fix43/BidResponse.h
Xinclude/quickfix/fix43/BusinessMessageReject.h
Xinclude/quickfix/fix43/CrossOrderCancelReplaceRequest.h
Xinclude/quickfix/fix43/CrossOrderCancelRequest.h
Xinclude/quickfix/fix43/DerivativeSecurityList.h
Xinclude/quickfix/fix43/DerivativeSecurityListRequest.h
Xinclude/quickfix/fix43/DontKnowTrade.h
Xinclude/quickfix/fix43/Email.h
Xinclude/quickfix/fix43/ExecutionReport.h
Xinclude/quickfix/fix43/Heartbeat.h
Xinclude/quickfix/fix43/IOI.h
Xinclude/quickfix/fix43/ListCancelRequest.h
Xinclude/quickfix/fix43/ListExecute.h
Xinclude/quickfix/fix43/ListStatus.h
Xinclude/quickfix/fix43/ListStatusRequest.h
Xinclude/quickfix/fix43/ListStrikePrice.h
Xinclude/quickfix/fix43/Logon.h
Xinclude/quickfix/fix43/Logout.h
Xinclude/quickfix/fix43/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix43/MarketDataRequest.h
Xinclude/quickfix/fix43/MarketDataRequestReject.h
Xinclude/quickfix/fix43/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix43/MassQuote.h
Xinclude/quickfix/fix43/MassQuoteAcknowledgement.h
Xinclude/quickfix/fix43/Message.h
Xinclude/quickfix/fix43/MessageCracker.h
Xinclude/quickfix/fix43/MultilegOrderCancelReplaceRequest.h
Xinclude/quickfix/fix43/NewOrderCross.h
Xinclude/quickfix/fix43/NewOrderList.h
Xinclude/quickfix/fix43/NewOrderMultileg.h
Xinclude/quickfix/fix43/NewOrderSingle.h
Xinclude/quickfix/fix43/News.h
Xinclude/quickfix/fix43/OrderCancelReject.h
Xinclude/quickfix/fix43/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix43/OrderCancelRequest.h
Xinclude/quickfix/fix43/OrderMassCancelReport.h
Xinclude/quickfix/fix43/OrderMassCancelRequest.h
Xinclude/quickfix/fix43/OrderMassStatusRequest.h
Xinclude/quickfix/fix43/OrderStatusRequest.h
Xinclude/quickfix/fix43/Quote.h
Xinclude/quickfix/fix43/QuoteCancel.h
Xinclude/quickfix/fix43/QuoteRequest.h
Xinclude/quickfix/fix43/QuoteRequestReject.h
Xinclude/quickfix/fix43/QuoteStatusReport.h
Xinclude/quickfix/fix43/QuoteStatusRequest.h
Xinclude/quickfix/fix43/RFQRequest.h
Xinclude/quickfix/fix43/RegistrationInstructions.h
Xinclude/quickfix/fix43/RegistrationInstructionsResponse.h
Xinclude/quickfix/fix43/Reject.h
Xinclude/quickfix/fix43/ResendRequest.h
Xinclude/quickfix/fix43/SecurityDefinition.h
Xinclude/quickfix/fix43/SecurityDefinitionRequest.h
Xinclude/quickfix/fix43/SecurityList.h
Xinclude/quickfix/fix43/SecurityListRequest.h
Xinclude/quickfix/fix43/SecurityStatus.h
Xinclude/quickfix/fix43/SecurityStatusRequest.h
Xinclude/quickfix/fix43/SecurityTypeRequest.h
Xinclude/quickfix/fix43/SecurityTypes.h
Xinclude/quickfix/fix43/SequenceReset.h
Xinclude/quickfix/fix43/SettlementInstructions.h
Xinclude/quickfix/fix43/TestRequest.h
Xinclude/quickfix/fix43/TradeCaptureReport.h
Xinclude/quickfix/fix43/TradeCaptureReportRequest.h
Xinclude/quickfix/fix43/TradingSessionStatus.h
Xinclude/quickfix/fix43/TradingSessionStatusRequest.h
Xinclude/quickfix/fix43/XMLnonFIX.h
Xinclude/quickfix/fix44/Advertisement.h
Xinclude/quickfix/fix44/AllocationInstruction.h
Xinclude/quickfix/fix44/AllocationInstructionAck.h
Xinclude/quickfix/fix44/AllocationReport.h
Xinclude/quickfix/fix44/AllocationReportAck.h
Xinclude/quickfix/fix44/AssignmentReport.h
Xinclude/quickfix/fix44/BidRequest.h
Xinclude/quickfix/fix44/BidResponse.h
Xinclude/quickfix/fix44/BusinessMessageReject.h
Xinclude/quickfix/fix44/CollateralAssignment.h
Xinclude/quickfix/fix44/CollateralInquiry.h
Xinclude/quickfix/fix44/CollateralInquiryAck.h
Xinclude/quickfix/fix44/CollateralReport.h
Xinclude/quickfix/fix44/CollateralRequest.h
Xinclude/quickfix/fix44/CollateralResponse.h
Xinclude/quickfix/fix44/Confirmation.h
Xinclude/quickfix/fix44/ConfirmationAck.h
Xinclude/quickfix/fix44/ConfirmationRequest.h
Xinclude/quickfix/fix44/CrossOrderCancelReplaceRequest.h
Xinclude/quickfix/fix44/CrossOrderCancelRequest.h
Xinclude/quickfix/fix44/DerivativeSecurityList.h
Xinclude/quickfix/fix44/DerivativeSecurityListRequest.h
Xinclude/quickfix/fix44/DontKnowTrade.h
Xinclude/quickfix/fix44/Email.h
Xinclude/quickfix/fix44/ExecutionReport.h
Xinclude/quickfix/fix44/Heartbeat.h
Xinclude/quickfix/fix44/IOI.h
Xinclude/quickfix/fix44/ListCancelRequest.h
Xinclude/quickfix/fix44/ListExecute.h
Xinclude/quickfix/fix44/ListStatus.h
Xinclude/quickfix/fix44/ListStatusRequest.h
Xinclude/quickfix/fix44/ListStrikePrice.h
Xinclude/quickfix/fix44/Logon.h
Xinclude/quickfix/fix44/Logout.h
Xinclude/quickfix/fix44/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix44/MarketDataRequest.h
Xinclude/quickfix/fix44/MarketDataRequestReject.h
Xinclude/quickfix/fix44/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix44/MassQuote.h
Xinclude/quickfix/fix44/MassQuoteAcknowledgement.h
Xinclude/quickfix/fix44/Message.h
Xinclude/quickfix/fix44/MessageCracker.h
Xinclude/quickfix/fix44/MultilegOrderCancelReplace.h
Xinclude/quickfix/fix44/NetworkCounterpartySystemStatusRequest.h
Xinclude/quickfix/fix44/NetworkCounterpartySystemStatusResponse.h
Xinclude/quickfix/fix44/NewOrderCross.h
Xinclude/quickfix/fix44/NewOrderList.h
Xinclude/quickfix/fix44/NewOrderMultileg.h
Xinclude/quickfix/fix44/NewOrderSingle.h
Xinclude/quickfix/fix44/News.h
Xinclude/quickfix/fix44/OrderCancelReject.h
Xinclude/quickfix/fix44/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix44/OrderCancelRequest.h
Xinclude/quickfix/fix44/OrderMassCancelReport.h
Xinclude/quickfix/fix44/OrderMassCancelRequest.h
Xinclude/quickfix/fix44/OrderMassStatusRequest.h
Xinclude/quickfix/fix44/OrderStatusRequest.h
Xinclude/quickfix/fix44/PositionMaintenanceReport.h
Xinclude/quickfix/fix44/PositionMaintenanceRequest.h
Xinclude/quickfix/fix44/PositionReport.h
Xinclude/quickfix/fix44/Quote.h
Xinclude/quickfix/fix44/QuoteCancel.h
Xinclude/quickfix/fix44/QuoteRequest.h
Xinclude/quickfix/fix44/QuoteRequestReject.h
Xinclude/quickfix/fix44/QuoteResponse.h
Xinclude/quickfix/fix44/QuoteStatusReport.h
Xinclude/quickfix/fix44/QuoteStatusRequest.h
Xinclude/quickfix/fix44/RFQRequest.h
Xinclude/quickfix/fix44/RegistrationInstructions.h
Xinclude/quickfix/fix44/RegistrationInstructionsResponse.h
Xinclude/quickfix/fix44/Reject.h
Xinclude/quickfix/fix44/RequestForPositions.h
Xinclude/quickfix/fix44/RequestForPositionsAck.h
Xinclude/quickfix/fix44/ResendRequest.h
Xinclude/quickfix/fix44/SecurityDefinition.h
Xinclude/quickfix/fix44/SecurityDefinitionRequest.h
Xinclude/quickfix/fix44/SecurityList.h
Xinclude/quickfix/fix44/SecurityListRequest.h
Xinclude/quickfix/fix44/SecurityStatus.h
Xinclude/quickfix/fix44/SecurityStatusRequest.h
Xinclude/quickfix/fix44/SecurityTypeRequest.h
Xinclude/quickfix/fix44/SecurityTypes.h
Xinclude/quickfix/fix44/SequenceReset.h
Xinclude/quickfix/fix44/SettlementInstructionRequest.h
Xinclude/quickfix/fix44/SettlementInstructions.h
Xinclude/quickfix/fix44/TestRequest.h
Xinclude/quickfix/fix44/TradeCaptureReport.h
Xinclude/quickfix/fix44/TradeCaptureReportAck.h
Xinclude/quickfix/fix44/TradeCaptureReportRequest.h
Xinclude/quickfix/fix44/TradeCaptureReportRequestAck.h
Xinclude/quickfix/fix44/TradingSessionStatus.h
Xinclude/quickfix/fix44/TradingSessionStatusRequest.h
Xinclude/quickfix/fix44/UserRequest.h
Xinclude/quickfix/fix44/UserResponse.h
Xinclude/quickfix/fix44/XMLnonFIX.h
Xinclude/quickfix/fix50/AdjustedPositionReport.h
Xinclude/quickfix/fix50/Advertisement.h
Xinclude/quickfix/fix50/AllocationInstruction.h
Xinclude/quickfix/fix50/AllocationInstructionAck.h
Xinclude/quickfix/fix50/AllocationInstructionAlert.h
Xinclude/quickfix/fix50/AllocationReport.h
Xinclude/quickfix/fix50/AllocationReportAck.h
Xinclude/quickfix/fix50/AssignmentReport.h
Xinclude/quickfix/fix50/BidRequest.h
Xinclude/quickfix/fix50/BidResponse.h
Xinclude/quickfix/fix50/BusinessMessageReject.h
Xinclude/quickfix/fix50/CollateralAssignment.h
Xinclude/quickfix/fix50/CollateralInquiry.h
Xinclude/quickfix/fix50/CollateralInquiryAck.h
Xinclude/quickfix/fix50/CollateralReport.h
Xinclude/quickfix/fix50/CollateralRequest.h
Xinclude/quickfix/fix50/CollateralResponse.h
Xinclude/quickfix/fix50/Confirmation.h
Xinclude/quickfix/fix50/ConfirmationAck.h
Xinclude/quickfix/fix50/ConfirmationRequest.h
Xinclude/quickfix/fix50/ContraryIntentionReport.h
Xinclude/quickfix/fix50/CrossOrderCancelReplaceRequest.h
Xinclude/quickfix/fix50/CrossOrderCancelRequest.h
Xinclude/quickfix/fix50/DerivativeSecurityList.h
Xinclude/quickfix/fix50/DerivativeSecurityListRequest.h
Xinclude/quickfix/fix50/DontKnowTrade.h
Xinclude/quickfix/fix50/Email.h
Xinclude/quickfix/fix50/ExecutionAcknowledgement.h
Xinclude/quickfix/fix50/ExecutionReport.h
Xinclude/quickfix/fix50/IOI.h
Xinclude/quickfix/fix50/ListCancelRequest.h
Xinclude/quickfix/fix50/ListExecute.h
Xinclude/quickfix/fix50/ListStatus.h
Xinclude/quickfix/fix50/ListStatusRequest.h
Xinclude/quickfix/fix50/ListStrikePrice.h
Xinclude/quickfix/fix50/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix50/MarketDataRequest.h
Xinclude/quickfix/fix50/MarketDataRequestReject.h
Xinclude/quickfix/fix50/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix50/MassQuote.h
Xinclude/quickfix/fix50/MassQuoteAcknowledgement.h
Xinclude/quickfix/fix50/Message.h
Xinclude/quickfix/fix50/MessageCracker.h
Xinclude/quickfix/fix50/MultilegOrderCancelReplace.h
Xinclude/quickfix/fix50/NetworkCounterpartySystemStatusRequest.h
Xinclude/quickfix/fix50/NetworkCounterpartySystemStatusResponse.h
Xinclude/quickfix/fix50/NewOrderCross.h
Xinclude/quickfix/fix50/NewOrderList.h
Xinclude/quickfix/fix50/NewOrderMultileg.h
Xinclude/quickfix/fix50/NewOrderSingle.h
Xinclude/quickfix/fix50/News.h
Xinclude/quickfix/fix50/OrderCancelReject.h
Xinclude/quickfix/fix50/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix50/OrderCancelRequest.h
Xinclude/quickfix/fix50/OrderMassCancelReport.h
Xinclude/quickfix/fix50/OrderMassCancelRequest.h
Xinclude/quickfix/fix50/OrderMassStatusRequest.h
Xinclude/quickfix/fix50/OrderStatusRequest.h
Xinclude/quickfix/fix50/PositionMaintenanceReport.h
Xinclude/quickfix/fix50/PositionMaintenanceRequest.h
Xinclude/quickfix/fix50/PositionReport.h
Xinclude/quickfix/fix50/Quote.h
Xinclude/quickfix/fix50/QuoteCancel.h
Xinclude/quickfix/fix50/QuoteRequest.h
Xinclude/quickfix/fix50/QuoteRequestReject.h
Xinclude/quickfix/fix50/QuoteResponse.h
Xinclude/quickfix/fix50/QuoteStatusReport.h
Xinclude/quickfix/fix50/QuoteStatusRequest.h
Xinclude/quickfix/fix50/RFQRequest.h
Xinclude/quickfix/fix50/RegistrationInstructions.h
Xinclude/quickfix/fix50/RegistrationInstructionsResponse.h
Xinclude/quickfix/fix50/RequestForPositions.h
Xinclude/quickfix/fix50/RequestForPositionsAck.h
Xinclude/quickfix/fix50/SecurityDefinition.h
Xinclude/quickfix/fix50/SecurityDefinitionRequest.h
Xinclude/quickfix/fix50/SecurityDefinitionUpdateReport.h
Xinclude/quickfix/fix50/SecurityList.h
Xinclude/quickfix/fix50/SecurityListRequest.h
Xinclude/quickfix/fix50/SecurityListUpdateReport.h
Xinclude/quickfix/fix50/SecurityStatus.h
Xinclude/quickfix/fix50/SecurityStatusRequest.h
Xinclude/quickfix/fix50/SecurityTypeRequest.h
Xinclude/quickfix/fix50/SecurityTypes.h
Xinclude/quickfix/fix50/SettlementInstructionRequest.h
Xinclude/quickfix/fix50/SettlementInstructions.h
Xinclude/quickfix/fix50/TradeCaptureReport.h
Xinclude/quickfix/fix50/TradeCaptureReportAck.h
Xinclude/quickfix/fix50/TradeCaptureReportRequest.h
Xinclude/quickfix/fix50/TradeCaptureReportRequestAck.h
Xinclude/quickfix/fix50/TradingSessionList.h
Xinclude/quickfix/fix50/TradingSessionListRequest.h
Xinclude/quickfix/fix50/TradingSessionStatus.h
Xinclude/quickfix/fix50/TradingSessionStatusRequest.h
Xinclude/quickfix/fix50/UserRequest.h
Xinclude/quickfix/fix50/UserResponse.h
Xinclude/quickfix/fix50sp1/AdjustedPositionReport.h
Xinclude/quickfix/fix50sp1/Advertisement.h
Xinclude/quickfix/fix50sp1/AllocationInstruction.h
Xinclude/quickfix/fix50sp1/AllocationInstructionAck.h
Xinclude/quickfix/fix50sp1/AllocationInstructionAlert.h
Xinclude/quickfix/fix50sp1/AllocationReport.h
Xinclude/quickfix/fix50sp1/AllocationReportAck.h
Xinclude/quickfix/fix50sp1/ApplicationMessageReport.h
Xinclude/quickfix/fix50sp1/ApplicationMessageRequest.h
Xinclude/quickfix/fix50sp1/ApplicationMessageRequestAck.h
Xinclude/quickfix/fix50sp1/AssignmentReport.h
Xinclude/quickfix/fix50sp1/BidRequest.h
Xinclude/quickfix/fix50sp1/BidResponse.h
Xinclude/quickfix/fix50sp1/BusinessMessageReject.h
Xinclude/quickfix/fix50sp1/CollateralAssignment.h
Xinclude/quickfix/fix50sp1/CollateralInquiry.h
Xinclude/quickfix/fix50sp1/CollateralInquiryAck.h
Xinclude/quickfix/fix50sp1/CollateralReport.h
Xinclude/quickfix/fix50sp1/CollateralRequest.h
Xinclude/quickfix/fix50sp1/CollateralResponse.h
Xinclude/quickfix/fix50sp1/Confirmation.h
Xinclude/quickfix/fix50sp1/ConfirmationAck.h
Xinclude/quickfix/fix50sp1/ConfirmationRequest.h
Xinclude/quickfix/fix50sp1/ContraryIntentionReport.h
Xinclude/quickfix/fix50sp1/CrossOrderCancelReplaceRequest.h
Xinclude/quickfix/fix50sp1/CrossOrderCancelRequest.h
Xinclude/quickfix/fix50sp1/DerivativeSecurityList.h
Xinclude/quickfix/fix50sp1/DerivativeSecurityListRequest.h
Xinclude/quickfix/fix50sp1/DerivativeSecurityListUpdateReport.h
Xinclude/quickfix/fix50sp1/DontKnowTrade.h
Xinclude/quickfix/fix50sp1/Email.h
Xinclude/quickfix/fix50sp1/ExecutionAcknowledgement.h
Xinclude/quickfix/fix50sp1/ExecutionReport.h
Xinclude/quickfix/fix50sp1/IOI.h
Xinclude/quickfix/fix50sp1/ListCancelRequest.h
Xinclude/quickfix/fix50sp1/ListExecute.h
Xinclude/quickfix/fix50sp1/ListStatus.h
Xinclude/quickfix/fix50sp1/ListStatusRequest.h
Xinclude/quickfix/fix50sp1/ListStrikePrice.h
Xinclude/quickfix/fix50sp1/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix50sp1/MarketDataRequest.h
Xinclude/quickfix/fix50sp1/MarketDataRequestReject.h
Xinclude/quickfix/fix50sp1/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix50sp1/MarketDefinition.h
Xinclude/quickfix/fix50sp1/MarketDefinitionRequest.h
Xinclude/quickfix/fix50sp1/MarketDefinitionUpdateReport.h
Xinclude/quickfix/fix50sp1/MassQuote.h
Xinclude/quickfix/fix50sp1/MassQuoteAcknowledgement.h
Xinclude/quickfix/fix50sp1/Message.h
Xinclude/quickfix/fix50sp1/MessageCracker.h
Xinclude/quickfix/fix50sp1/MultilegOrderCancelReplace.h
Xinclude/quickfix/fix50sp1/NetworkCounterpartySystemStatusRequest.h
Xinclude/quickfix/fix50sp1/NetworkCounterpartySystemStatusResponse.h
Xinclude/quickfix/fix50sp1/NewOrderCross.h
Xinclude/quickfix/fix50sp1/NewOrderList.h
Xinclude/quickfix/fix50sp1/NewOrderMultileg.h
Xinclude/quickfix/fix50sp1/NewOrderSingle.h
Xinclude/quickfix/fix50sp1/News.h
Xinclude/quickfix/fix50sp1/OrderCancelReject.h
Xinclude/quickfix/fix50sp1/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix50sp1/OrderCancelRequest.h
Xinclude/quickfix/fix50sp1/OrderMassActionReport.h
Xinclude/quickfix/fix50sp1/OrderMassActionRequest.h
Xinclude/quickfix/fix50sp1/OrderMassCancelReport.h
Xinclude/quickfix/fix50sp1/OrderMassCancelRequest.h
Xinclude/quickfix/fix50sp1/OrderMassStatusRequest.h
Xinclude/quickfix/fix50sp1/OrderStatusRequest.h
Xinclude/quickfix/fix50sp1/PositionMaintenanceReport.h
Xinclude/quickfix/fix50sp1/PositionMaintenanceRequest.h
Xinclude/quickfix/fix50sp1/PositionReport.h
Xinclude/quickfix/fix50sp1/Quote.h
Xinclude/quickfix/fix50sp1/QuoteCancel.h
Xinclude/quickfix/fix50sp1/QuoteRequest.h
Xinclude/quickfix/fix50sp1/QuoteRequestReject.h
Xinclude/quickfix/fix50sp1/QuoteResponse.h
Xinclude/quickfix/fix50sp1/QuoteStatusReport.h
Xinclude/quickfix/fix50sp1/QuoteStatusRequest.h
Xinclude/quickfix/fix50sp1/RFQRequest.h
Xinclude/quickfix/fix50sp1/RegistrationInstructions.h
Xinclude/quickfix/fix50sp1/RegistrationInstructionsResponse.h
Xinclude/quickfix/fix50sp1/RequestForPositions.h
Xinclude/quickfix/fix50sp1/RequestForPositionsAck.h
Xinclude/quickfix/fix50sp1/SecurityDefinition.h
Xinclude/quickfix/fix50sp1/SecurityDefinitionRequest.h
Xinclude/quickfix/fix50sp1/SecurityDefinitionUpdateReport.h
Xinclude/quickfix/fix50sp1/SecurityList.h
Xinclude/quickfix/fix50sp1/SecurityListRequest.h
Xinclude/quickfix/fix50sp1/SecurityListUpdateReport.h
Xinclude/quickfix/fix50sp1/SecurityStatus.h
Xinclude/quickfix/fix50sp1/SecurityStatusRequest.h
Xinclude/quickfix/fix50sp1/SecurityTypeRequest.h
Xinclude/quickfix/fix50sp1/SecurityTypes.h
Xinclude/quickfix/fix50sp1/SettlementInstructionRequest.h
Xinclude/quickfix/fix50sp1/SettlementInstructions.h
Xinclude/quickfix/fix50sp1/SettlementObligationReport.h
Xinclude/quickfix/fix50sp1/TradeCaptureReport.h
Xinclude/quickfix/fix50sp1/TradeCaptureReportAck.h
Xinclude/quickfix/fix50sp1/TradeCaptureReportRequest.h
Xinclude/quickfix/fix50sp1/TradeCaptureReportRequestAck.h
Xinclude/quickfix/fix50sp1/TradingSessionList.h
Xinclude/quickfix/fix50sp1/TradingSessionListRequest.h
Xinclude/quickfix/fix50sp1/TradingSessionListUpdateReport.h
Xinclude/quickfix/fix50sp1/TradingSessionStatus.h
Xinclude/quickfix/fix50sp1/TradingSessionStatusRequest.h
Xinclude/quickfix/fix50sp1/UserNotification.h
Xinclude/quickfix/fix50sp1/UserRequest.h
Xinclude/quickfix/fix50sp1/UserResponse.h
Xinclude/quickfix/fix50sp2/AdjustedPositionReport.h
Xinclude/quickfix/fix50sp2/Advertisement.h
Xinclude/quickfix/fix50sp2/AllocationInstruction.h
Xinclude/quickfix/fix50sp2/AllocationInstructionAck.h
Xinclude/quickfix/fix50sp2/AllocationInstructionAlert.h
Xinclude/quickfix/fix50sp2/AllocationReport.h
Xinclude/quickfix/fix50sp2/AllocationReportAck.h
Xinclude/quickfix/fix50sp2/ApplicationMessageReport.h
Xinclude/quickfix/fix50sp2/ApplicationMessageRequest.h
Xinclude/quickfix/fix50sp2/ApplicationMessageRequestAck.h
Xinclude/quickfix/fix50sp2/AssignmentReport.h
Xinclude/quickfix/fix50sp2/BidRequest.h
Xinclude/quickfix/fix50sp2/BidResponse.h
Xinclude/quickfix/fix50sp2/BusinessMessageReject.h
Xinclude/quickfix/fix50sp2/CollateralAssignment.h
Xinclude/quickfix/fix50sp2/CollateralInquiry.h
Xinclude/quickfix/fix50sp2/CollateralInquiryAck.h
Xinclude/quickfix/fix50sp2/CollateralReport.h
Xinclude/quickfix/fix50sp2/CollateralRequest.h
Xinclude/quickfix/fix50sp2/CollateralResponse.h
Xinclude/quickfix/fix50sp2/Confirmation.h
Xinclude/quickfix/fix50sp2/ConfirmationAck.h
Xinclude/quickfix/fix50sp2/ConfirmationRequest.h
Xinclude/quickfix/fix50sp2/ContraryIntentionReport.h
Xinclude/quickfix/fix50sp2/CrossOrderCancelReplaceRequest.h
Xinclude/quickfix/fix50sp2/CrossOrderCancelRequest.h
Xinclude/quickfix/fix50sp2/DerivativeSecurityList.h
Xinclude/quickfix/fix50sp2/DerivativeSecurityListRequest.h
Xinclude/quickfix/fix50sp2/DerivativeSecurityListUpdateReport.h
Xinclude/quickfix/fix50sp2/DontKnowTrade.h
Xinclude/quickfix/fix50sp2/Email.h
Xinclude/quickfix/fix50sp2/ExecutionAcknowledgement.h
Xinclude/quickfix/fix50sp2/ExecutionReport.h
Xinclude/quickfix/fix50sp2/IOI.h
Xinclude/quickfix/fix50sp2/ListCancelRequest.h
Xinclude/quickfix/fix50sp2/ListExecute.h
Xinclude/quickfix/fix50sp2/ListStatus.h
Xinclude/quickfix/fix50sp2/ListStatusRequest.h
Xinclude/quickfix/fix50sp2/ListStrikePrice.h
Xinclude/quickfix/fix50sp2/MarketDataIncrementalRefresh.h
Xinclude/quickfix/fix50sp2/MarketDataRequest.h
Xinclude/quickfix/fix50sp2/MarketDataRequestReject.h
Xinclude/quickfix/fix50sp2/MarketDataSnapshotFullRefresh.h
Xinclude/quickfix/fix50sp2/MarketDefinition.h
Xinclude/quickfix/fix50sp2/MarketDefinitionRequest.h
Xinclude/quickfix/fix50sp2/MarketDefinitionUpdateReport.h
Xinclude/quickfix/fix50sp2/MassQuote.h
Xinclude/quickfix/fix50sp2/MassQuoteAcknowledgement.h
Xinclude/quickfix/fix50sp2/Message.h
Xinclude/quickfix/fix50sp2/MessageCracker.h
Xinclude/quickfix/fix50sp2/MultilegOrderCancelReplace.h
Xinclude/quickfix/fix50sp2/NetworkCounterpartySystemStatusRequest.h
Xinclude/quickfix/fix50sp2/NetworkCounterpartySystemStatusResponse.h
Xinclude/quickfix/fix50sp2/NewOrderCross.h
Xinclude/quickfix/fix50sp2/NewOrderList.h
Xinclude/quickfix/fix50sp2/NewOrderMultileg.h
Xinclude/quickfix/fix50sp2/NewOrderSingle.h
Xinclude/quickfix/fix50sp2/News.h
Xinclude/quickfix/fix50sp2/OrderCancelReject.h
Xinclude/quickfix/fix50sp2/OrderCancelReplaceRequest.h
Xinclude/quickfix/fix50sp2/OrderCancelRequest.h
Xinclude/quickfix/fix50sp2/OrderMassActionReport.h
Xinclude/quickfix/fix50sp2/OrderMassActionRequest.h
Xinclude/quickfix/fix50sp2/OrderMassCancelReport.h
Xinclude/quickfix/fix50sp2/OrderMassCancelRequest.h
Xinclude/quickfix/fix50sp2/OrderMassStatusRequest.h
Xinclude/quickfix/fix50sp2/OrderStatusRequest.h
Xinclude/quickfix/fix50sp2/PositionMaintenanceReport.h
Xinclude/quickfix/fix50sp2/PositionMaintenanceRequest.h
Xinclude/quickfix/fix50sp2/PositionReport.h
Xinclude/quickfix/fix50sp2/Quote.h
Xinclude/quickfix/fix50sp2/QuoteCancel.h
Xinclude/quickfix/fix50sp2/QuoteRequest.h
Xinclude/quickfix/fix50sp2/QuoteRequestReject.h
Xinclude/quickfix/fix50sp2/QuoteResponse.h
Xinclude/quickfix/fix50sp2/QuoteStatusReport.h
Xinclude/quickfix/fix50sp2/QuoteStatusRequest.h
Xinclude/quickfix/fix50sp2/RFQRequest.h
Xinclude/quickfix/fix50sp2/RegistrationInstructions.h
Xinclude/quickfix/fix50sp2/RegistrationInstructionsResponse.h
Xinclude/quickfix/fix50sp2/RequestForPositions.h
Xinclude/quickfix/fix50sp2/RequestForPositionsAck.h
Xinclude/quickfix/fix50sp2/SecurityDefinition.h
Xinclude/quickfix/fix50sp2/SecurityDefinitionRequest.h
Xinclude/quickfix/fix50sp2/SecurityDefinitionUpdateReport.h
Xinclude/quickfix/fix50sp2/SecurityList.h
Xinclude/quickfix/fix50sp2/SecurityListRequest.h
Xinclude/quickfix/fix50sp2/SecurityListUpdateReport.h
Xinclude/quickfix/fix50sp2/SecurityStatus.h
Xinclude/quickfix/fix50sp2/SecurityStatusRequest.h
Xinclude/quickfix/fix50sp2/SecurityTypeRequest.h
Xinclude/quickfix/fix50sp2/SecurityTypes.h
Xinclude/quickfix/fix50sp2/SettlementInstructionRequest.h
Xinclude/quickfix/fix50sp2/SettlementInstructions.h
Xinclude/quickfix/fix50sp2/SettlementObligationReport.h
Xinclude/quickfix/fix50sp2/StreamAssignmentReport.h
Xinclude/quickfix/fix50sp2/StreamAssignmentReportACK.h
Xinclude/quickfix/fix50sp2/StreamAssignmentRequest.h
Xinclude/quickfix/fix50sp2/TradeCaptureReport.h
Xinclude/quickfix/fix50sp2/TradeCaptureReportAck.h
Xinclude/quickfix/fix50sp2/TradeCaptureReportRequest.h
Xinclude/quickfix/fix50sp2/TradeCaptureReportRequestAck.h
Xinclude/quickfix/fix50sp2/TradingSessionList.h
Xinclude/quickfix/fix50sp2/TradingSessionListRequest.h
Xinclude/quickfix/fix50sp2/TradingSessionListUpdateReport.h
Xinclude/quickfix/fix50sp2/TradingSessionStatus.h
Xinclude/quickfix/fix50sp2/TradingSessionStatusRequest.h
Xinclude/quickfix/fix50sp2/UserNotification.h
Xinclude/quickfix/fix50sp2/UserRequest.h
Xinclude/quickfix/fix50sp2/UserResponse.h
Xinclude/quickfix/fixt11/Heartbeat.h
Xinclude/quickfix/fixt11/Logon.h
Xinclude/quickfix/fixt11/Logout.h
Xinclude/quickfix/fixt11/Message.h
Xinclude/quickfix/fixt11/MessageCracker.h
Xinclude/quickfix/fixt11/Reject.h
Xinclude/quickfix/fixt11/ResendRequest.h
Xinclude/quickfix/fixt11/SequenceReset.h
Xinclude/quickfix/fixt11/TestRequest.h
Xinclude/quickfix/index.h
Xinclude/quickfix/stdafx.h
Xinclude/quickfix/strptime.h
Xlib/libquickfix.so
Xlib/libquickfix.so.15
Xlib/libquickfix.so.15.0.0
Xlibdata/pkgconfig/quickfix.pc
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.11
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.11.0.0
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix40.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix41.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix42.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix43.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix44.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp1.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp2.py
X%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfixt11.py
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix_fields.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix40.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix_ruby.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50sp1.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50sp2.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix43.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix.so
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix41.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix42.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix44.rb
X%%RUBY%%%%RUBY_SITELIBDIR%%/quickfixt11.rb
X%%RUBY%%%%DATADIR%%/quickfix_fields.rb
X%%RUBY%%%%DATADIR%%/quickfix40.rb
X%%RUBY%%%%DATADIR%%/quickfix_ruby.rb
X%%RUBY%%%%DATADIR%%/quickfix50sp1.rb
X%%RUBY%%%%DATADIR%%/quickfix50.rb
X%%RUBY%%%%DATADIR%%/quickfix50sp2.rb
X%%RUBY%%%%DATADIR%%/quickfix43.rb
X%%RUBY%%%%DATADIR%%/quickfix41.rb
X%%RUBY%%%%DATADIR%%/quickfix42.rb
X%%RUBY%%%%DATADIR%%/quickfix44.rb
X%%RUBY%%%%DATADIR%%/quickfixt11.rb
X%%DATADIR%%/FIX40.xml
X%%DATADIR%%/FIX41.xml
X%%DATADIR%%/FIX42.xml
X%%DATADIR%%/FIX43.xml
X%%DATADIR%%/FIX44.xml
X%%DATADIR%%/FIX50.xml
X%%DATADIR%%/FIX50SP1.xml
X%%DATADIR%%/FIX50SP2.xml
X%%DATADIR%%/FIXT11.xml
56c0b71ff4d3136327b05ff5b2041af3
exit