Documentation ¶
Index ¶
- type Binance
- func (f *Binance) GetCurrentPrice(ctx context.Context, symbol string) (*futures.SymbolPrice, error)
- func (f *Binance) GetExchangeInfo(ctx context.Context) (*futures.ExchangeInfo, error)
- func (f *Binance) GetListenKey(ctx context.Context) (string, error)
- func (f *Binance) ListCandlesticks(ctx context.Context, symbol, interval string, limit int, ...) ([]*binance.Kline, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binance ¶
type Binance struct {
// contains filtered or unexported fields
}
func (*Binance) GetCurrentPrice ¶
func (*Binance) GetExchangeInfo ¶
Click to show internal directories.
Click to hide internal directories.