|
From: Toli K. <to...@ma...> - 2007-08-13 21:07:58
|
David,
> I was hoping for something that let me do (in effect)
> msg.toString(Dictionary)
There actually is a quickfix.Message call you can use:
public void fromString(String messageData, DataDictionary dd,
boolean doValidation)
Will that work of you? you can create one message the "regular way",
then to a toString() on it and use the string-based FIX messgae to
re-create it using a custom dictionary.
Perhaps that may work for you?
--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
|