Skip to content

danim7/Kraken_C_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken C API

This API is intended for use on Linux/Unix-like systems. The API depends on Curl.

On the most distributions curl is installed by default, if not, you can get it from here:

https://curl.haxx.se/

Infos

Compile with make.

Set/unset DEBUG or TRACE in the makefile to get trace/debug information printed to stdout.

Usage

Just include kraken_api.h in the sources of your own project.

Get Doxygen and create the documentation. If Doxygen is not installed you can get it from here:

http://www.doxygen.org

Once you have run doxygen Doxyfile, look in the documentation of main.c, there you can find many examples.

If you dont want to use doxygen, simply look into main.c to see how to execute a trade.

ToDo's

  • rework trace/debug output
  • documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%