Exemplo n.º 1
0
 def __init__(self, account, pair, threading=True):
     """
     constructor
     :account:
     :pair:
     :param threading:
     """
     self.pair = pair
     BitMex.__init__(self, account, pair, threading=threading)
Exemplo n.º 2
0
 def __init__(self, threading=True):
     """
     컨스트럭터
     :param threading:
     """
     BitMex.__init__(self, threading=threading)
Exemplo n.º 3
0
 def __init__(self, threading=True):
     """
     constructor
     :param threading:
     """
     BitMex.__init__(self, threading=threading)
Exemplo n.º 4
0
 def __init__(self, threading=True):
     """
     コンストラクタ
     :param threading:
     """
     BitMex.__init__(self, threading=threading)