Any possibility to use the DD once for each type of message and cache
results? We could ship a binary patch against QFJ until such time they
accept and include any fix you make into its code base
There are more than 150 message types in FIX 4.4 and FIX 5.0 got some
additional messages, and each message type will contains its own
repeating groups, we can keep it but it will take significant time to
load to the working-store/cache, and this working-store will take
considerable amount of memory space to store.
How large can a FIX message get? Can it contain binary? attachments
etc? This will let us determine if reading the message into a String
is appropriate. For example a JMS Text message can be read into a
String, as always its also loaded into memory.
Average size of a Order will be around 250bytes but a Order-list message
can have N number of orders (Order-list use to send batch orders and
frequently use). FIX contains DATA fields that can send binary (before
FAST came people used it). Slandered FIX doesn't allow to send
attachments ,even an email is a message of FIX (35=C).
I will look at the fixes on QFJ side.
Asanka A.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]