# Functions

NewMockICandleWorker creates a new instance of MockICandleWorker.
NewMockIPriceWorker creates a new instance of MockIPriceWorker.
NewMockITradeEventWorker creates a new instance of MockITradeEventWorker.
NewMockPriceEventCallback creates a new instance of MockPriceEventCallback.
NewMockTradeEventCallback creates a new instance of MockTradeEventCallback.
NewMockTradeEventPrivateCallback creates a new instance of MockTradeEventPrivateCallback.

# Structs

CandleData - trading candle.
CandleEvent - changes in trading candles for a specific pair.
CandleWorker - worker for subscribtion to exchange candle events.
MockICandleWorker is an autogenerated mock type for the ICandleWorker type.
No description provided by the author
MockICandleWorker_GetExchangeTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExchangeTag'.
MockICandleWorker_Stop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stop'.
MockICandleWorker_SubscribeToCandle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubscribeToCandle'.
MockICandleWorker_SubscribeToCandlesList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubscribeToCandlesList'.
MockIPriceWorker is an autogenerated mock type for the IPriceWorker type.
No description provided by the author
MockIPriceWorker_GetExchangeTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExchangeTag'.
MockIPriceWorker_Stop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stop'.
MockIPriceWorker_SubscribeToPriceEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubscribeToPriceEvents'.
MockITradeEventWorker is an autogenerated mock type for the ITradeEventWorker type.
No description provided by the author
MockITradeEventWorker_GetExchangeTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExchangeTag'.
MockITradeEventWorker_Stop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stop'.
MockITradeEventWorker_SubscribeToTradeEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubscribeToTradeEvents'.
MockITradeEventWorker_SubscribeToTradeEventsPrivate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubscribeToTradeEventsPrivate'.
MockPriceEventCallback is an autogenerated mock type for the PriceEventCallback type.
MockPriceEventCallback_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'.
No description provided by the author
MockTradeEventCallback is an autogenerated mock type for the TradeEventCallback type.
MockTradeEventCallback_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'.
No description provided by the author
MockTradeEventPrivateCallback is an autogenerated mock type for the TradeEventPrivateCallback type.
MockTradeEventPrivateCallback_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'.
No description provided by the author
PriceEvent - data on changes in trade data in the market.
PriceWorker - a worker interface based on data from a specific market, such as quotes.
TradeEvent - data on a executed order in a trading pair.
No description provided by the author
TradeEventWorker - a worker interface based on pair trade events.

# Interfaces

ICandleWorker - interface for CandleWorker.
IPriceWorker - interface for PriceWorker.
ITradeEventWorker - interface for PriceWorker.

# Type aliases

PriceEventCallback - callback to handle price event.
No description provided by the author
No description provided by the author