RE: [Quickfix-developers] org.quickfix.message.unsetField(int)?
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2004-03-24 06:15:03
|
Quite right. This is just missing from the java API. I've checked in the appropriate java wrapper. The method is removeField. Also of interest to java developers, I've added an iterator for the header, message and trailer classes. So you can now do things like: Iterator i = message.iterator(); while( i.hasNext() ) { StringField field = (StringField)i.next(); } >> What is the best way to strip a single tag out of a >> Message? It seems there >> should be an "org.quickfix.Message.unsetField(int)" >> style method to undo a >> setField(int). >> >> Thanks, >> Andrew Munn __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |