Skip to content

Commit

Permalink
🎨 update _client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Sep 9, 2024
1 parent 18f6588 commit cb5ed3a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions cefi/handler/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
class CexClient:
"""
CEX Object to support CEFI
exchange and trading
via CCXT library
https://github.com/ccxt/ccxt
exchange and trading platform
Args:
None
Expand Down Expand Up @@ -89,8 +87,7 @@ async def get_bid(self, instrument):

async def get_account_balance(self):
"""
return account balance of
a given ccxt exchange
return account balance
Args:
None
Expand All @@ -103,7 +100,6 @@ async def get_account_balance(self):
async def get_account_position(self):
"""
Return account position.
of a given exchange
Args:
None
Expand Down Expand Up @@ -236,7 +232,7 @@ async def replace_instrument(self, instrument):

async def get_instrument_decimals(self, instrument):
"""
Get the number of decimal places for the token.
Returns:
int: The number of decimal places for the token.
Expand Down

0 comments on commit cb5ed3a

Please sign in to comment.