Anyone use JAVA to develop there automated trading systems?

Discussion in 'Automated Trading' started by sjain100, Dec 31, 2020.

  1. georgio6

    georgio6

    For example for a Buy Limit order I have to make the following API calls:

    - https://localhost:5000/v1/portal/iserver/account/${ACCOUNT_ID}/order (normally it will return a reply_id)
    - https://localhost:5000/v1/portal/iserver/reply/${replyID} (Each time will return a different reply ID). Can be 1, 2 sometimes 3 times, for example when you place a limit order that is far from the Limit Price.

    I will retry with real orders later to see real-world examples, but I think I'll move forward with the Java Api, since it seems more robust, and more people are using it.

    Is it possible to retrieve the current bid/asks with a websocket in Java?
     
    #31     Jan 5, 2021
  2. #32     Jan 6, 2021
  3. georgio6

    georgio6

    #33     Jan 6, 2021
  4. #34     Jan 6, 2021
    georgio6 likes this.
  5. I'm looking to use this WS library for a project I'm about to start on....
     
    #35     Jan 6, 2021
  6. it is not standard library, no much trust or not convenient enough to use
     
    #36     Jan 6, 2021