Financial Information eXchange (FIX) protocol

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Dec 2006
Posts: 56
Reputation: staneja is an unknown quantity at this point 
Solved Threads: 1
staneja's Avatar
staneja staneja is offline Offline
Junior Poster in Training

Financial Information eXchange (FIX) protocol

 
0
  #1
Aug 14th, 2007
Hi All

I want to implement "FIX protocol" The Financial Information eXchange (FIX) protocol using java technology

can any of you please guide me what are the things i need to know in java to implement this. and any further help from where i can get to know more about it or any IDE that can be useful in this direction

Please please do reply if u know anything

thanks & Regards
'

Sumeet Taneja
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Financial Information eXchange (FIX) protocol

 
0
  #2
Aug 14th, 2007
An IDE isn't going to help you any if you don't know Java, so learn that first

And get a good protocol document on FIX (and make sure it's for the right version of FIX, there are several in use).

After that, the actual parsing and generation shouldn't be rocket science, the tricky part is usually determining what to do with the information once you've extracted it.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 56
Reputation: staneja is an unknown quantity at this point 
Solved Threads: 1
staneja's Avatar
staneja staneja is offline Offline
Junior Poster in Training

Re: Financial Information eXchange (FIX) protocol

 
0
  #3
Aug 16th, 2007
Hi Jwenting

Your answer was really not at all helpful to me , First of all i Know Java Language and that's why i am trying to implement this in Java

Secondly i didnt asked for any code i just asked that i am gonna work on it so befor actually starting working on it what shall i brush up in Java...........

Its ok you dont know the ans but i never mean to answer the way you have written

Ok in future if someone ask you abt FIX then just tell him to go throuh JMS

Thanks

Sumit Taneja
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2,415
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 256
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Financial Information eXchange (FIX) protocol

 
0
  #4
Aug 16th, 2007
Well, what the h3ll do you think you need to know?! God, it's not (as he said) rocket science. Geesh. Study the protocol. I myself, have no idea what the protocol looks like, but I assume it will be (in the basic form) text streamed over TCP/IP. So, obviously, you need networking (TCP/IP) and String handling (probably regex as well as some more basic functions). But God, read the protocol, and if you know Java at all, as you claim to do, it should be more than enough to get you started.

Edit: And, more than likely SSL, so study the JSSE as well, of course.
Last edited by masijade; Aug 16th, 2007 at 2:52 am. Reason: typo and SSL info
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Financial Information eXchange (FIX) protocol

 
0
  #5
Aug 16th, 2007
kid seems hypersensitive...
Nowhere did I say anything about someone else not doing his work for him, yet he defends himself stating he isn't asking for that.

Which makes me wonder, as his words are pretty much standard issue for kids who do want others to do their work for them.
So will that be the next question, after we magically provide him with a document he should be able to get from his data suppliers (and should, as there's no way to know which version of the protocol he's going to have to code to, nor which fields in the records will be of relevance or even filled at all).

I've seen the protocol document (though not read it, implementing it was someone else's job). It's not thick, probably no more than 40 pages and most likely less.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 56
Reputation: staneja is an unknown quantity at this point 
Solved Threads: 1
staneja's Avatar
staneja staneja is offline Offline
Junior Poster in Training

Re: Financial Information eXchange (FIX) protocol

 
0
  #6
Aug 21st, 2007
I enjoyed it
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1
Reputation: sergeant is an unknown quantity at this point 
Solved Threads: 0
sergeant sergeant is offline Offline
Newbie Poster

Re: Financial Information eXchange (FIX) protocol

 
0
  #7
Sep 3rd, 2007
Why can't we all just get along? :-(

- The Sergeant
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC