Hi
Can I use quickfix.lib to compose a fix message ( I am using C++ version
of quickfix) and if I can.. how to do it?
Also Can I parse the fix message into object ( say Market data request
fix message to a class of Market data request object )
How do I begin
Vamsi
-----Original Message-----
From: qui...@li...
[mailto:qui...@li...] On Behalf Of
Oren Miller
Sent: Thursday, February 27, 2003 3:50 PM
To: Rob Kulseth; qui...@li...
Subject: Re: [Quickfix-developers] Disabling message verification.
If you know which tags they are missing, you can just set them as not
required in the XML file. If you *really* don't want any validation,
you can always comment it out.
m_dataDictionary.validate( message );
Is the line in Session.cpp that does the validation. You don't call
that, it's a free for all (except checksum and message length will still
be checked).
We are adding configuration settings for turning a bunch of these things
off. For instance we found several instances of systems with out of
order fields and blank fields. We will likely be adding more of these.
A flag that will skip validation completely would likely be useful as
well.
Rob Kulseth <ro...@ri...> wrote:
I am implementing a Market Making application using a QuickFix
SocketInitiator. My counter party isn't exactly Fix Compliant. Is there
any way to by pass Message verification and allow any messages sent from
my counter party to be passed to my app and avoid sending any reject
messages for things like required tag missing reject messages.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Quickfix-developers mailing list
Qui...@li...
https://lists.sourceforge.net/lists/listinfo/quickfix-developers
_____
Do you Yahoo!?
Yahoo! <http://rd.yahoo.com/finance/mailtagline/*http:/taxes.yahoo.com/>
Tax Center - forms, calculators, tips, and more
|