Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFloat ¶
Types ¶
type BTCM ¶
type BTCM struct { ConfigExchange Exchange // contains filtered or unexported fields }
Each exchange has to have its own struct
func (*BTCM) GetBalance ¶
func (*BTCM) GetOrderbook ¶
type Config ¶
type Config struct { Exchanges []ConfigExchange `json:"exchanges"` Symbols []ConfigChildSymbol `json:"symbols"` }
type ConfigChildSymbol ¶
type ConfigChildSymbol struct {
Id string `json:"id"`
}
type ConfigExchange ¶
Click to show internal directories.
Click to hide internal directories.