Re: Where are data feeds?
Well, if YOU are in europe you will always experience lag from the US - even if you connect to a local server, if the exchange is in the us... the lag will be behing the server.
THat said, 1 second is not critical for me - even 5 would not be. No scalping here.
I have access to the Zen-Fire API - Pat sent me the files and is generally helpfull. Just contact them through the zen-fire website. The API is a C++ / Managed C++ set of dll's, with external certificates to load (sadly, could have been embedded).
The design is not exactly perfect (for example not giving PROPER exceptions on error cases, just throwing "System.Exception", making error handling hard), but it is a proper API in that there is no UI involved, no setup, you can handle all yourself. |