Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activities ¶
Activities is the struct that contains all the activities for the Binance exchange.
func New ¶
func New(apiKey, secretKey string) (*Activities, error)
New creates a new Binance activities struct.
func (*Activities) GetCandlesticksActivity ¶
func (a *Activities) GetCandlesticksActivity( ctx context.Context, params exchanges.GetCandlesticksActivityParams, ) (exchanges.GetCandlesticksActivityResults, error)
GetCandlesticksActivity gets the candlesticks for the given pair and period.
func (*Activities) Name ¶
func (a *Activities) Name() string
Name returns the name of the Binance activities.
func (*Activities) Register ¶
func (a *Activities) Register(_ worker.Worker)
Register registers the Binance activities with the given worker.
Click to show internal directories.
Click to hide internal directories.