Ejemplo n.º 1
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, ExchGwApiGdaxTrades(), db_storages)
     self.api_socket2 = ExchGwApiGdaxOrderBook()
Ejemplo n.º 2
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, ExchGwApiLuno(), db_storages)
     self.order_book = None
Ejemplo n.º 3
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, ExchGwApiPoloniex(), db_storages)
Ejemplo n.º 4
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, BinanceBroker(), db_storages)
Ejemplo n.º 5
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, ExchGwKrakenRestfulApi(), db_storages)
Ejemplo n.º 6
0
 def __init__(self, db_storages):
     """
     Constructor
     :param db_storage: Database storage
     """
     ExchangeGateway.__init__(self, ExchGwBitmexWs(), db_storages)