def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, ExchGwApiGdaxTrades(), db_storages) self.api_socket2 = ExchGwApiGdaxOrderBook()
def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, ExchGwApiLuno(), db_storages) self.order_book = None
def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, ExchGwApiPoloniex(), db_storages)
def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, BinanceBroker(), db_storages)
def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, ExchGwKrakenRestfulApi(), db_storages)
def __init__(self, db_storages): """ Constructor :param db_storage: Database storage """ ExchangeGateway.__init__(self, ExchGwBitmexWs(), db_storages)