Unknown macro: {scrollbar}
We could refactor the existing message parser to use a SAX-like
callback API. The idea is that this would allow applications to
load FIX message data ''directly'' into their domain objects
rather than building an intermediate FIX message object. This
could result in large performance gains and/or increase in
convenience for certain applications.
I'm thinking something like...
We'd also need a way for the FIX message formatter to pull
data from any source (instead of just from the current Message
implementation).
This is related to Custom Message Transformation
Labels:
None
