mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 07:26:50 +00:00
Adds new function to interface to retrieve all enabled currency data from exchange
Implements on alphapointhttp.go Adds new page to UI to handle exchange balances
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package main
|
||||
|
||||
//IBotExchange : Enforces standard functions for all exchanges supported in gocryptotrader
|
||||
type IBotExchange interface {
|
||||
Setup(exch Exchanges)
|
||||
Start()
|
||||
@@ -8,4 +9,5 @@ type IBotExchange interface {
|
||||
IsEnabled() bool
|
||||
GetTickerPrice(currency string) TickerPrice
|
||||
GetEnabledCurrencies() []string
|
||||
GetExchangeAccountInfo() ExchangeAccountInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user