[erlang-questions] Erlang and FIX protocol

Max Lapshin max.lapshin@REDACTED
Fri May 4 18:19:07 CEST 2012


Ok, I've found that FIX is not a simple  Field=Value<SOH>, but it has
some problems with "DATA" type.

It was not a problem to fix it.

But there is a problem: fix is easily splitted into ordered list of
Key,Value pairs, which are unuseable without further processing.

Semantics of transforming this list into records with groups can be
partially generated from XML info.
This is exactly where I'm fighting right now: how to generate
convenient and fast translator of this list into records.



More information about the erlang-questions mailing list