Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream interface {
// Subscribe - Subscribe to currency pair exchanges.
Subscribe(*currency.Pair) error
// Events - Channel of orderbook.
Events() <-chan *orderbook.Event
// Errors - Channel of errors.
Errors() <-chan error
// Close - Closes a stream.
Close() error
}
Stream - Exchange stream.
Click to show internal directories.
Click to hide internal directories.