예제 #1
0
 def setUp(self):
     self.stock = ccs.constants.BTCC
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.CNY
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #2
0
 def setUp(self):
     self.stock = ccs.constants.OKCOINCOM
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.USD
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #3
0
 def setUp(self):
     self.stock = ccs.constants.KRAKEN
     self.base = ccs.constants.XBT
     self.quote = ccs.constants.EUR
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #4
0
 def setUp(self):
     self.stock = ccs.constants.BTCCUSD
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.USD
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #5
0
 def setUp(self):
     self.stock = ccs.constants.BITTREX
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.LTC
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #6
0
 def setUp(self):
     self.stock = ccs.constants.BTCCPRO
     self.base = ccs.constants.XBT
     self.quote = ccs.constants.CNY
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #7
0
 def setUp(self):
     self.stock = ccs.constants.BITSTAMP
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.USD
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #8
0
 def setUp(self):
     self.stock = ccs.constants.KRAKEN
     self.base = ccs.constants.XBT
     self.quote = ccs.constants.EUR
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)
예제 #9
0
 def setUp(self):
     self.stock = ccs.constants.OKCOINCN
     self.base = ccs.constants.BTC
     self.quote = ccs.constants.CNY
     self.ticker = ccs.ticker(self.stock, self.base, self.quote)