There is a FIX Engine requirement that session listener can't perform time-consuming task. This sample shows how to use message queue and single thread to perform time-consuming tasks outside session listener. This approach is also known as "Producer-Consumer design pattern".
There is a FIX Engine requirement that session listener can't perform time-consuming task.This sample shows how to use standard thread pool to perform time-consuming tasks outside session listener.
This sample app demonstrates how to access FIX messages in file session storage.
This sample app demonstrates how to iterate over all Message fields.