I've recently compiled and install quickfix/libxml2 on Solaris anyone using quick-fix for anything interesting? I plan to start reading through the sample apps provided and get up to speed on the API and FIX 4.4 in general possibly 5 if/when its supported, I want to build an OMS for fun and see how it goes.
Here is my problem I really dont know where to start I do have a few ideas but some pointers would be really helpful.
A little background about myself I have a few solid years of programming in Java/C some C++ on UNIX enviornments. I work in industry as an SA/quasi developer mostly Perl/Sybase. I plan to use this opportunity to kill two birds with one stone; learn more about order routing, execution and further enhance my programming skills.
I plan to use Java as the base as its simple, tons of classes and API's already available and I can quickly prototype my code and test features with the least amount of time hunting down bugs.
So now here is the biggest problem I'm facing.
I've been trying document exactly what needs to be done but I'm not so sure I donât want to end up over designing something which I'm unable to complete.
I plan to modify and use the sample Quick-Fix Apps provide to test my engine against another brokers fix engine.
Let me reinforce my statement I'm here to learn FIX not another vendors proprietary API's.
1) How exactly do I get pricing info and market data? I've been looking at FAST which is (Fix adapted for Streaming) is there any brokers that will allow me to get pricing info using FAST? is there an easier way?
2) Once I have pricing info should I store it? and if so is mysql/postgresql good enough? How does one determine how much data is needed? I need to use the cheapest solution available for now as I donât have much hardware.
3) Are there any brokers that would allow me to connect via the internet using fix? I donât want to spend any money on a dedicated line or expensive dedicated connections.
I will have tons of other questions but for now I think this will at least get me to think in the right direction
Here is my problem I really dont know where to start I do have a few ideas but some pointers would be really helpful.
A little background about myself I have a few solid years of programming in Java/C some C++ on UNIX enviornments. I work in industry as an SA/quasi developer mostly Perl/Sybase. I plan to use this opportunity to kill two birds with one stone; learn more about order routing, execution and further enhance my programming skills.
I plan to use Java as the base as its simple, tons of classes and API's already available and I can quickly prototype my code and test features with the least amount of time hunting down bugs.
So now here is the biggest problem I'm facing.
I've been trying document exactly what needs to be done but I'm not so sure I donât want to end up over designing something which I'm unable to complete.
I plan to modify and use the sample Quick-Fix Apps provide to test my engine against another brokers fix engine.
Let me reinforce my statement I'm here to learn FIX not another vendors proprietary API's.
1) How exactly do I get pricing info and market data? I've been looking at FAST which is (Fix adapted for Streaming) is there any brokers that will allow me to get pricing info using FAST? is there an easier way?
2) Once I have pricing info should I store it? and if so is mysql/postgresql good enough? How does one determine how much data is needed? I need to use the cheapest solution available for now as I donât have much hardware.
3) Are there any brokers that would allow me to connect via the internet using fix? I donât want to spend any money on a dedicated line or expensive dedicated connections.
I will have tons of other questions but for now I think this will at least get me to think in the right direction
