Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Market data adapter  XML
Forum Index » Developer Tutorials
Author Message
letharion


Joined: 28/08/2009 13:34:32
Messages: 2
Offline

Is there a tutorial and/or any basic info on creating a market data adapter anywhere obvious that I'm missing?

If not, any hints in the right direction would be useful. I checked out the code from svn and I've had a quick look at the bogus-adapter, but maybe I should start someplace else.
I've had previous experience with talking to QuickFIX, so if I only find those callbacks things should be rather smooth
kcjavaman


Joined: 03/08/2009 18:22:57
Messages: 8
Offline

I would suggest starting with the marketcetera feed. I was able to get a feed working based on this feed. I made a copy of that project and incorporated my specifics in my new project.

Also, I would think you could just change the configuration of the marketcetera feed as long as the broker uses FIX protocol. Just change the fixdatafeed.properties files with your specific parameters. If you are going to use it in Photon, then it may require changing the settings in the preferences.
estevan


Joined: 04/02/2010 13:17:28
Messages: 14
Offline

Hi guys,

I'm trying to create a new Market Data Adatper to connect via FIX protocol to an ODL Securities server Marketcetera

Marketcetera(Bogus) -> FIX PROTOCOLOL <-> ODL Quotatation/Feed Server.

I've seached a lot in the forum but I can't find any concrect solution.
So I think to follow these task

1. Create a new data feed using marketecera code example (creation of new code and or symply editing fixdatafeed.properties file)
2. Recompiling all marketcetera
3. In the compiled phonton I think I'll find new market data feed! Is it the true??

Is it the correct solutions?
It seem ve very hard for a symple bridge!!

Can you help me?
Do you have implemented yet this solution?

thanks estefan civera
estevan


Joined: 04/02/2010 13:17:28
Messages: 14
Offline

Please consider this tutorial http://www.marketcetera.org/confluence/display/MOL/CSV+Market+Data+Adapter
How I run this code inside eclipse, every times I must create jar and test with photon?

Can someone help me??

thanks estevan
colin


Joined: 23/03/2009 21:35:49
Messages: 143
Offline

There's an extra step required to make the adapter available in photon. If you're running from source in Eclipse, you have to modify your run configuration to include the new project: Run->Run Configurations - choose photon - select the plugins tab and make sure your plugin is checked.
 
Forum Index » Developer Tutorials
Go to:   
Powered by JForum 2.1.8 © JForum Team