mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-06 07:24:19 +01:00
Create and use decimal object instead of floats
This commit is contained in:
committed by
Jacob Plaster
parent
8dc745f149
commit
afbb4a670c
@@ -6,5 +6,6 @@ from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
from .websockets.GenericWebsocket import GenericWebsocket
|
||||
from .utils.Decimal import Decimal
|
||||
|
||||
NAME = 'bfxapi'
|
||||
|
||||
Reference in New Issue
Block a user