Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exchanges ¶
func Exchanges() map[string]Subscriber
func Register ¶
func Register(name string, s Subscriber)
Types ¶
type Asset ¶
type Asset struct {
Code string `mapstructure:"code"`
Pair Pair `mapstructure:"pair"`
Simulate SimulateParams `mapstructure:"simulate"`
}
type CurrencyPair ¶
type CurrencyPair = goex.CurrencyPair
type Pair ¶
type Pair struct {
BaseAsset string `mapstructure:"base"`
QuoteAsset string `mapstructure:"quote"`
}
func (*Pair) CurrencyPair ¶
func (p *Pair) CurrencyPair() CurrencyPair
type SimulateParams ¶
type Subscriber ¶
Click to show internal directories.
Click to hide internal directories.