package
0.0.0-20230107223140-a47f6b9a6f81
Repository: https://github.com/project-code-io/crypto-trading-bot-go.git
Documentation: pkg.go.dev

# Functions

NewBinance acts as the default constructor for the Binance exchange type.
NewCoinbase acts as the default constructor for the Coinbase exchange type.
No description provided by the author

# Constants

BinanceDomainDotCom specifies the binance.com domain.
BinanceDomainUS specifies the binance.us domain.

# Variables

ErrAPIKeyNotSet describes an error in which the API key is not set for a client.
ErrAPISecretNotSet describes an error in which the API secret is not set for a client.
ErrBadBinanceDomain describes an error in which the binance domain is not correctly set.
ErrMissingPair describes an error that occurs when a pair has not been implemented for an exchange.

# Structs

Binance is an exchange that communicates with the binance exchange, configuration with either the .us or the .com domain can be done in the constructor.
Coinbase represents a client that is able to talk to the coinbase advanced trading api.
Noop is an exchange that performs no operations on it's functions.
Order represents an order placed on the exchange.

# Type aliases

BinanceDomain is an enum type that is used to specify which domain the Binance exchange client should interface with.