Streaming of Financial data using FIX

Imported from previous forum

Hi
Is there any data provider that offers streaming of financial data over fix?
I was looking at OpenTick but their API is not FIX
Thank you for your help

Bonjour Mathieu,

HotBridge’s Market Simulator provides Reuters and FIX compatible market data feeds.
Mail me if you want to know more about it.

Regis

Hi Is there any data provider that offers streaming of financial data
over fix? I was looking at OpenTick but their API is not FIX Thank you
for your help

[ original email was from Jon Freebody - jon.freebody@orcsoftware.com ]
Hi Mathieu

The Orc CameronFIX Market Data Server allows users to take native market data sources and convert them into high volume FIX market data. This can also be fully FAST encrypted in accordance with FAST 1.1.

Allows financial institutions to receive multiple market data vendor feeds and transform these into a single messaging protocol: FIX market data messages
Supports all asset classes including Foreign Exchange, Equities and Fixed Income
Developed for firms with high volume market data distribution or consumption needs including exchanges, market data providers and algorithmic traders
Developed with easy-to-use, pluggable market data feed adapters
Modest hardware demands - runs on nearly any operating system including Microsoft Windows and most versions of UNIX
The first commercial product release to use CameronFIX new patent pending Accelerator technology, which increases FIX message throughput by a factor of 10
Provides the in-process market data implementation required to run the Orc CameronFIX Compliance module

If you need further information please let me know

regards

Jon

Bonjour Mathieu,

HotBridge’s Market Simulator provides Reuters and FIX compatible market
data feeds. Mail me if you want to know more about it.

Regis

Hi Is there any data provider that offers streaming of financial data
over fix? I was looking at OpenTick but their API is not FIX Thank you
for your help

HI

can u send me the sample resume on FIXQA

thank u

Argo Market Data Feeder (http://www.argocons.com/md_feeder.htm) is market data distribution system. It accepts clients market data subscriptions requests and forwards them to market data providers (exchanges/ECN /brokers/market data distributors). Incoming market data delivered to subscribers via industry standard FIX protocol or Argo’s proprietary reliable multicast messaging (RMCast). The later option has an advantage of delivering price update to multiple trading workstations/processes simultaneously.

Market data provider connectivity components are implemented as dynamic link libraries. The following adapters are available at this moment: CBOT, Liffe, CME, HotSpot, EBS, Currenex, IKON, SIAC/Opra, TenFour, OpenTick.

MD Feeder is written on C++ for optimal performance. It runs on Windows, Linux and major UNIX platforms. The source code is available under special license agreement.

Hi Is there any data provider that offers streaming of financial data
over fix? I was looking at OpenTick but their API is not FIX Thank you
for your help

Hi Is there any data provider that offers streaming of financial data
over fix? I was looking at OpenTick but their API is not FIX Thank you
for your help
I put FIX messages to IPC message queue. The FIX engine is just a message carrier. You can send your message to the outbound queue, and read from the inbound message queue. It is a C++, multi-thread, real time FIX message engine working on both server and client sides. Currently, I just have it in Linux. I will provide queue API in future time. Now, the executable is free for download.

Would you like to try?

http://www.eptop.com/FIX/FixExpress.htm

Thanks,
Peng