Imported from previous forum
HI,
I want to know will the user request message force the fixengine generate a user response message?
waiting for your reply
Thanks in advance
Lswallow
HI,
I want to know will the user request message force the fixengine generate a user response message?
waiting for your reply
Thanks in advance
Lswallow
I think this application level flow, means i get you application message and return result.
Correct, the FIX engine does not generate such a response, it validates incoming messages and passes them on to the application level. If it detects a gap in the incoming sequence it will ask for a retransmission but will have no idea of the kind of message it asks for. The FIX engine stays on the technical level, business transaction flows are only known to the level above the FIX engine.
HI,
I want to know will the user request message force the fixengine generate a user response message?
waiting for your reply
Thanks in advance
LswallowI think this application level flow, means i get you application message and return result.