Exemplo n.º 1
0
 def FormatPrice(self, pair, price):
   return btceapi.truncateAmount(price, self.btcePairs[pair])
Exemplo n.º 2
0
 def FormatAmount(self, pair, amount):
   return btceapi.truncateAmount(amount, self.btcePairs[pair])