|
From: Steve B. <st...@te...> - 2007-04-13 01:36:13
|
> Have a question for people using Text or EncodedText fields. > I need to include one FIX message inside another (for example, i want > to include the "offending" message into the reject message to show > where the error is, such as missing field). Hi Toli, I added an embedded message test to the MessageTest suite in the trunk. It embeds a NewOrderSingle in an ExecutionReport EncodedText field. I create the ExecutionReport message string and then parse it. I am able to retrieve the embedded message and parse that. Can you take a look at the test? Maybe I'm doing something different than you are, but the test passes. Text fields with an SOH in them would be a problem. Steve |