Fixed income or Stock Trading system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rajpatel
    New Member
    • Mar 2008
    • 1

    Fixed income or Stock Trading system

    Hi

    My name is Rajesh and I am from US. Has anyone has developed stock trading system or fixed income product? in java or any other platform?
    share functionality or any documents please share. my email is [email removed]

    Thanks
    Raj
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Yeah, it's pretty easy. You can subscribe to an RSS feed of a stock ticker, and parse that for your updates. Storing that in a database, you then just need a front end so that people can log in and view their portfolio and make trades.

    Depending on how in-depth you want to go with this, you then need to have That's just for a 'play' system. If you were doing realtime, you'd want to pay for a dedicated line going into your database to get the stock values that were available, which would come with an API so that you could purchase as well as receive stock values.

    Comment

    Working...