Skip to content

sheldonth/activetick-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc002b9 · Aug 17, 2017
Sep 28, 2016
Sep 28, 2016
Sep 28, 2016
Sep 28, 2016
Oct 21, 2015
Oct 15, 2015
Oct 19, 2015
Oct 20, 2015
Oct 13, 2015
Sep 28, 2016
Mar 16, 2016
Jan 8, 2016
Sep 28, 2016
Sep 28, 2016
Sep 27, 2016
Aug 17, 2017
Jan 11, 2016
Sep 28, 2016
Sep 28, 2016

Repository files navigation

Node.js Bindings for activetick.com C++ SDK

  • Uses protocol buffers internally to serialize between C++ and Javascript
  • Node.js portion is written in IcedCoffeeScript in /iced compiled js in /js
  • Uses Nan for node.js version abstraction. Should work on all versions of Node.js
Usage Mac OSX
  • Install dependencies:
    • npm install -g node-gyp
    • brew install protobuf pkg-config
Usage Ubuntu
  • sudo apt-get install libprotobuf-dev protobuf-compiler pkg-config
Example
  • Create /example/config.js with your username, password, and apikey
  • Run either iced example.iced or node example.js to see a stream of trades and quote ticks in real time.
To-Do
  • Support every API method (a few are missing)
  • Memory Management Not Production Ready