Ejemplo n.º 1
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Luno')
     # self.get_order_book()
     self.local_order_book = None
Ejemplo n.º 2
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self,
                                 'ExchApiHuoBi',
                                 received_data_compressed=True)
Ejemplo n.º 3
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'ExchGwOkEx')
Ejemplo n.º 4
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'ExchApiOkex', True)
Ejemplo n.º 5
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Gdax')
Ejemplo n.º 6
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'ExchApiHuoBi')
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Template')
Ejemplo n.º 8
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Gdax')
Ejemplo n.º 9
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Bitstamp')
Ejemplo n.º 10
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'ExchGwOkCoin')
Ejemplo n.º 11
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Template')
Ejemplo n.º 12
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'ExchGwBitfinex')
Ejemplo n.º 13
0
 def __init__(self):
     """
     Constructor
     """
     WebSocketApiClient.__init__(self, 'Bitstamp')