package
0.0.0-20240329022609-e057ce78cec6
Repository: https://github.com/mcwarner5/blockbot8000.git
Documentation: pkg.go.dev
# Functions
MarketNameFor gets the market name as seen by the exchange.
NewCandlesCache creates a new CandlesCache Object.
NewCoinbaseWrapper creates a generic wrapper of the coinbase API.
NewExchangeWrapperSimulator creates a new simulated wrapper from another wrapper and an initial balance.
NewKrakenWrapper creates a generic wrapper of the poloniex API.
NewKucoinWrapper creates a generic wrapper of theKucoin.
NewCandlesCache creates a new CandlesCache Object.
NewCandlesCache creates a new CandlesCache Object.
NewOrderbookCache creates a new OrderbookCache Object.
No description provided by the author
No description provided by the author
NewSummaryCache creates a new SummaryCache Object.
NewOrderbookCache creates a new OrderbookCache Object.
# Variables
ErrWebsocketNotSupported is the error representing when an exchange does not support websocket.
# Structs
No description provided by the author
CandlesCache represents a local candles cache for every exchange.
coinbaseWrapper represents the wrapper for the coinbase exchange.
ExchangeWrapperSimulator wraps another wrapper and returns simulated balances and orders.
KrakenWrapper provides a Generic wrapper of the Kraken API.
KucoinWrapper wrapsKucoin.
No description provided by the author
No description provided by the author
OrderbookCache represents a local orderbook cache for every exchange.
No description provided by the author
SummaryCache represents a local summary cache for every exchange.
OrderbookCache represents a local orderbook cache for every exchange.
# Interfaces
ExchangeWrapper provides a generic wrapper for exchange services.