Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 467 Bytes

R API+

Rithmic provides software libraries for developers to get real-time market data and execute trades through their trade execution platform. R API+ is a set of Rithmic APIs generated from protobuf spec.

See the Reference Guide for details on the API.

Installation

The package can be installed by adding rapi to your list of dependencies in mix.exs:

def deps do
  [
    {:rapi, git: "https://github.com/wtroughton/rapi.git"}
  ]
end