Rithmic API for Python

Discussion in 'Automated Trading' started by IAS_LLC, Jul 28, 2019.

  1. No worries. Initially it got too unwieldy because I tried to do it inside the notebook. Revisited the idea today and kept everything outside and made a somewhat non-trivial UI in an hour or so using the code I'd already created in Python.

    upload_2019-8-7_22-6-34.png

     
    #31     Aug 7, 2019
    MarkBrown and rohan2008 like this.
  2. pers

    pers

    Could I have access to it? I'm in the same situation. Atm, I think I'll be using the proto files
     
    #32     Nov 7, 2019
  3. IAS_LLC

    IAS_LLC

    Planning on making it available in the near future
     
    #33     Nov 7, 2019
  4. pers

    pers

    Alright, cool. Did you go the Protoc route?
     
    #34     Nov 7, 2019
  5. IAS_LLC

    IAS_LLC

    What is protoc? I'm built on the pure c++ API. The python and c++ are running in the same process space, no http, tcp, etc movement to get data to/from python
     
    #35     Nov 7, 2019
  6. pers

    pers

    Rithmic API uses Google's Protocol Buffers to transmit data (instead of JSON, XML, etc.). Protoc is a compiler uses to translate between Python codes and Protocol Buffers.
     
    #36     Nov 19, 2019
  7. IAS_LLC

    IAS_LLC

    I don't believe this is true of the c++ API, it uses openssl to communicate with the outside world (I think)
    Could you point you provide a reference?
     
    #37     Nov 19, 2019
  8. pers

    pers

    #38     Nov 19, 2019
  9. IAS_LLC

    IAS_LLC

    #39     Nov 19, 2019
    pers likes this.
  10. rohan2008

    rohan2008

    The C++ RAPI uses ssl. I have been using it for years.
     
    #40     Nov 23, 2019