예제 #1
0
 def __init__(self):
     ServicePlugin.__init__(self)
     self.markets = {}
     self.books = {}
     self.trade_history = {}
     self.ohlcv_history = {}
     self.safe_prices = {}
예제 #2
0
파일: market.py 프로젝트: treverson/sputnik
 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)