示例#1
0
 def __init__(self):
     ServicePlugin.__init__(self)
     self.markets = {}
     self.books = {}
     self.trade_history = {}
     self.ohlcv_history = {}
     self.safe_prices = {}
示例#2
0
 def __init__(self):
     ServicePlugin.__init__(self)
     self.markets = {}
     self.books = {}
     self.trade_history = {}
     self.ohlcv_history = {}
     self.safe_prices = {}
示例#3
0
文件: token.py 项目: ysobolev/sputnik
 def __init__(self):
     ServicePlugin.__init__(self)
示例#4
0
 def __init__(self):
     ServicePlugin.__init__(self)