[Quickfix-users] Parse FIX message into an object
Brought to you by:
orenmnero
From: Bryte, A. <ale...@ci...> - 2009-12-03 22:03:34
|
Hi everyone, Is there a .NET method that accepts a FIX message string and returns the corresponding strongly typed object of the message type inferred from the string? E.g. if FIX string has 35=D, it would return an object of type NewOrderSingle. I've gone through the docs and found some examples related to setting up connections, etc, but in my scenario I just need to parse FIX strings; communications are done someplace else. Also, the "samples" directory referred to in the docs doesn't seem to exist inside quickfix-bin-vs8-1.12.4.zip. Thanks. |