RE: [Quickfix-developers] Public access to calculateLength and calculateTotal in C#
Brought to you by:
orenmnero
|
From: Mike L. <Mik...@tr...> - 2006-02-01 23:07:59
|
Well I'm converting 4.0 messages to 4.2 and back again. I'm trying to keep all the same values (if they correspond) for the fields. So for example Heartbeat is received in 4.0 I create a 4.2 Heartbeat then proceed to copy header, message and trailer values from the 4.0 message to the 4.2 message and since I'm changing the values within the message I want to be able to set the length and the checksum before I send it out. Does sendToTarget() put those values in before I send? Does it check those values? Thanks Oren! Michael J Lee Software Engineer Trading Systems Technology Tradition North America 75 Park Place 4th Floor New York NY 10007 Phone: 212.791.6668 Fax: 212.791.3463=20 -----Original Message----- From: Oren Miller [mailto:or...@qu...]=20 Sent: Wednesday, February 01, 2006 2:54 PM To: Mike Lee Cc: qui...@li... Subject: Re: [Quickfix-developers] Public access to calculateLength and calculateTotal in C# What is the intended use? QuickFIX will place of values of these for=20 you into the Length and Checksum fields when toString is called. --oren Mike Lee wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > > >FIX::Message::calculateLength() >FIX::Message::calculateTotal() > >Besides changing the c++ code, is there any way to access these with C#? >Can it be put into some static class that accepts a message and spits >out the value? Or is there some method available already in C# that >will calculate these for me? > >Michael J Lee >Software Engineer >Trading Systems Technology > >Tradition North America >75 Park Place >4th Floor >New York NY 10007 >Phone: 212.791.6668 >Fax: 212.791.3463=20 > > > >*********************************************************************** ************ > >This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Tradition Asiel Securities Inc. and Tradition (North America) Inc. reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them. > >Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. Tradition Asiel Securities Inc. and Tradition (North America) Inc. are not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication. > >This footnote also confirms that this email message has been swept by >Anti-virus detection software for the presence of computer viruses. > >*********************************************************************** ************ > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=121642 >_______________________________________________ >Quickfix-developers mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > =20 > ***************************************************************************= ******** This message and any files transmitted with it are confidential and intende= d solely for the use of the individual or entity to whom it is addressed. I= t may contain sensitive and private proprietary or legally privileged infor= mation. No confidentiality or privilege is waived or lost by any mistransmi= ssion. If you are not the intended recipient, please immediately delete it = and all copies of it from your system, destroy any hard copies of it and no= tify the sender. You must not, directly or indirectly, use, disclose, distr= ibute, print, or copy any part of this message if you are not the intended = recipient. Tradition Asiel Securities Inc. and Tradition (North America) In= c. reserve the right to monitor all e-mail communications through its netwo= rks. Any views expressed in this message are those of the individual sender= , except where the message states otherwise and the sender is authorized to= state them. Unless otherwise stated, any pricing information given in this message is i= ndicative only, is subject to change and does not constitute an offer to de= al at any price quoted. Any reference to the terms of executed transactions= should be treated as preliminary only and subject to our formal written co= nfirmation. Tradition Asiel Securities Inc. and Tradition (North America) I= nc. are not responsible for any recommendation, solicitation, offer or agre= ement or any information about any transaction, customer account or account= activity contained in this communication. This footnote also confirms that this email message has been swept by Anti-virus detection software for the presence of computer viruses. ***************************************************************************= ******** |