MCPcopy Create free account
hub / github.com/ccxt/ccxt / parse_units

Method parse_units

python/ccxt/derive.py:1150–1151  ·  view source on GitHub ↗
(self, num: str, dec='1000000000000000000')

Source from the content-addressed store, hash-verified

1148 return self.sign_hash(self.hash_message(message), privateKey[-64:])
1149
1150 def parse_units(self, num: str, dec='1000000000000000000'):
1151 return Precise.string_mul(num, dec)
1152
1153 def create_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, params={}):
1154 """

Callers 2

create_orderMethod · 0.95
edit_orderMethod · 0.95

Calls 1

string_mulMethod · 0.80

Tested by

no test coverage detected