[Quickfix-developers] removing a field
Brought to you by:
orenmnero
From: Rob K. <ro...@ri...> - 2003-03-25 01:27:29
|
How do you remove a field from a QuickFIX message in Dot Net. I looked = at the documentation and the only thing I found was the = Message::setString() method. If I wanted, I could extract the string = representation, cut out the field I want to remove and then set the = sring back. However, it dosen't look like the setString() method is = exposed in the Dot Net wrapper. Is there any reason for this? Is it = that the third parameter is a pointer? Is there anyway to do this? |