Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelledWatcher ¶
type CancelledWatcher struct {
// contains filtered or unexported fields
}
func NewCancelledWatcher ¶
func NewCancelledWatcher(book orderbook.OrderBook, in <-chan *consumers.CancelledMessage) CancelledWatcher
func (*CancelledWatcher) Watch ¶
func (cw *CancelledWatcher) Watch()
type TradeWatcher ¶
type TradeWatcher struct {
// contains filtered or unexported fields
}
func NewTradeWatcher ¶
func NewTradeWatcher(history history.History, exchange *contracts.Exchange, book orderbook.OrderBook, in <-chan *consumers.TradedMessage) TradeWatcher
func (*TradeWatcher) Watch ¶
func (tf *TradeWatcher) Watch()
Click to show internal directories.
Click to hide internal directories.