Re: [Quickfix-users] Session::sendToTarget (Message&, const SessionID&)
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-08-30 21:55:52
|
Yeah, all of those will be set by the session when you send the message. BodyLength and CheckSum are technically set by the message itself when it gets serialized to a string, but effectively they are all taken care of for you. It is safe to call sendToTarget from any thread. --oren On Aug 30, 2006, at 4:00 PM, Mark T. Kennedy wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > what fields are filled in by quickfix when the SessionID form of > 'sendToTarget' is used? all the required fields in the header > (BeginString, BodyLength, SenderCompID, TargetCompID, MsgSeqNum, > and SendingTime) except MsgType? and the CheckSum in the trailer? > > /mark > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |