need FIX API Interface ...

Imported from previous forum

[ original email was from Asim Kaleem - asimletters@yahoo.com ]
Hi there,
I am looking for a "FIX API Interface" thing.
MY requirements are:-

1–Integerate a FIX API in an existing brokerage system (that is already taking orders in from their clients via website/storing them into database and ‘manually’ entering the execution summary in database after fulfilling the order).
2–Routing orders to different ECNs and getting executions back through that API, and then we’ll store the required data into the brokerage’s database.
3–That API should be able to communicate with INCA,ISLD,ARCA and NITE Global.
You can see the Flow of my potential application
Thanks
Asim

Take a look at Open Source QuickFIX
http://quickfix.thoughtworks.com

C++, JNI, and .Net API for Windows, Solaris, Linux

> Hi there,
> I am looking for a “FIX API Interface” thing.
> MY requirements are:-
>
> 1–Integerate a FIX API in an existing brokerage system (that is already taking orders in from their clients via website/storing them into database and ‘manually’ entering the execution summary in database after fulfilling the order).
> 2–Routing orders to different ECNs and getting executions back through that API, and then we’ll store the required data into the brokerage’s database.
> 3–That API should be able to communicate with INCA,ISLD,ARCA and NITE Global.
> You can see the Flow of my potential application
> Thanks
> Asim
>