Versions in this module Expand all Collapse all v1 v1.8.1 Feb 17, 2020 v1.8.0 Feb 11, 2020 Changes in this version + type BotInfo struct + AssetBase hProtocol.Asset + AssetQuote hProtocol.Asset + BalanceBase float64 + BalanceQuote float64 + IsTestnet bool + LastUpdated string + NumAsks int + NumBids int + SpreadPercent float64 + SpreadValue float64 + Strategy string + TradingAccount string + TradingPair *model.TradingPair + type Server struct + func MakeServer(l logger.Logger, strategyName string, strategy api.Strategy, ...) *Server + func (s *Server) StartIPC() error