Anybody knows or has experience to connect Matlab with quickfix in c++ enviroment? Runs ok to recived data in real time?
Anybody knows or has experience to connect Matlab with quickfix in c++ enviroment? Runs ok to recived data in real time? == I have written a couple of similar applications (not for quickfix though). There is quite a high impedence mismatch between the operational models used by QuickFix (callbacks) and MATLAB (batch/vector processing), so you …