Commit Graph

9 Commits

Author SHA1 Message Date
Scott
d561bac891 A completely broken commit which starts the process of retrieving all exchanges and currency data in one call for a frontend dashboard/db 2016-06-30 21:22:30 +10:00
Scott
95cfb356ba Adds GetTickerPrice(currency string) TickerPrice func to interface. Implements on all exchanges (where possible)
Attempts to make routing generic with /exchanges/{exchangeName}/latest/{currency} path and response
2016-06-05 19:10:32 +10:00
Adrian Gallagher
6b0106b721 Fixed Alphapoint typo. 2016-03-08 21:09:43 +11:00
Adrian Gallagher
8761189400 Use -1 and 'f' for formatting floats. 2015-06-20 17:01:55 +10:00
Adrian Gallagher
84ff9a49ff Added basic support for Alphapoint Websocket. 2015-06-01 18:42:24 +10:00
Adrian Gallagher
552dca5a07 Added HTTP Exchange support for DWVX. 2015-05-31 18:14:28 +10:00
Adrian Gallagher
f30e0b3b3b Made Alphapoint API URL modifiable. 2015-05-31 15:50:21 +10:00
Adrian Gallagher
0316e29f13 Added GetOrderFee function. 2015-05-31 15:47:06 +10:00
Adrian Gallagher
68dc15bd2f Added Alphapoint Implementation, this will be used as a base class for Exchanges which rely on it. 2015-05-28 22:50:32 +10:00