Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouming/alfadirectapi
AlfaDirect API - network library to Russian finance broker AlfaDirect (http://alfadirect.ru)
https://github.com/rouming/alfadirectapi
Last synced: 5 days ago
JSON representation
AlfaDirect API - network library to Russian finance broker AlfaDirect (http://alfadirect.ru)
- Host: GitHub
- URL: https://github.com/rouming/alfadirectapi
- Owner: rouming
- Created: 2011-10-06T13:12:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-02T17:34:45.000Z (over 12 years ago)
- Last Synced: 2024-04-22T00:29:09.176Z (7 months ago)
- Language: C++
- Homepage:
- Size: 453 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
AlfaDirectAPI - asynchronous thread-safe network API library, which tries
to cover basic finance market functions of russian broker AlfaDirect
(http://alfadirect.ru):
- receives historical market quotes and stores them in DB
- receives run-time market data
- sends market order requests and receives responsesThis library is written in C++/Qt4 and uses ADAPI.dll (win32 black box dynamic
library which kindly shared by AlfaDirect guys) to encode and decode network
stream from broker server. On Unix ADAPI.dll is loaded by Wine, so all basic
market data receiving functions work well. Trading is being worked only on
Linux and Windows (on Windows native CryptoAPI is used for order signing,
on Linux CryptoAPI ported by cryptopro is used [please, see src/ADCryptoAPI.cpp
for details]).AlfaDirectAPI is still in alpha, so even on Linux and Windows trading is partially
broken.AUTHOR
Roman PenBUGS
SUPPORT
You can find AlfaDirect server API documentation in ADAPI/doc/* .ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009-2012 Roman PenThis program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.