After subscribing to MarketDataRequest, i\'m able to receive quotes for a while. But after an hour or so, the price stream drops. Broker support response to the issue is:
My QuickFIX client is sending logout before login everyday. Is it possible not to have this logout message sent before login ... ?
I am using quickfixengine to build a FIX application. quickfix almost has no documentation, pretty much like a blackhole. I have a variable which is a FIX::Account type. I know it is a FIX string type
How can I retrieve the following values from a MarketDataIncrementalRefresh? Symbol/Instrument Offer Bid
I spent a sleepless night trying to build QUICKFIX to have the 64-bit version of quickfix_net.dll and quickfix_net_messages.dll
I am using QuickFix(C#) to create Fix initiator. I try to logon FXCM server using a username and passwod. But my onLogon method is never triggered. When SocketInitior is started, onCreate method is ru
We are creating a trading application, where the backend is totally in C++ (using Q开发者_如何转开发uickFix engine). We would like to build a web application in Django on top of this backend, where th
I am about to write a trading application using the FIX protocol (QuickFix for C++). The compu开发者_运维知识库ter has 6 NIC card configured.How do I let my FIX application (acting as an initiator in
I\'d like to perform some operations after receiving LOGON message and then decide if LOGON failed or not (for example check username and password) but...
I\'m constantly getting FieldNotFound exception when trying to subscribe to quotes of aForex symbol. Although i added all the required tags and beyond.