예제 #1
0
 def __init__(self, api_key = None, private_key = None):
     Coinbase.__init__(self, api_key, private_key)
     M_SocketManager.__init__(self, self.STREAM_URL)
예제 #2
0
 def __init__(self, api_key=None, private_key=None):
     Bitstamp.__init__(self, api_key, private_key)
     M_SocketManager.__init__(self, self.STREAM_URL)