[Quickfix-developers] Adding toString() to SessionID
Brought to you by:
orenmnero
From: Daniel M. <Dan...@ma...> - 2003-10-30 11:23:18
|
I added the following member function to FIX::SessionID, in SessionID.h std::string& toString( std::string& str ) const=20 { return str =3D getBeginString().getValue() + ":" + getSenderCompID().getValue() + "->" + getTargetCompID().getValue();=20 } Can this be added to the source code ? I have several other changes to QuickFix that I would like to contribute, but need developers access to CVS. How do I get access or forward the code changes to someone who can add them ? Daniel May |