mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-23 14:34:31 +01:00
bfxapi: expose BfxWebsocket
This commit is contained in:
committed by
Jacob Plaster
parent
ac0abe54c5
commit
105c2f22df
@@ -6,6 +6,7 @@ from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
from .websockets.GenericWebsocket import GenericWebsocket
|
||||
from .websockets.BfxWebsocket import BfxWebsocket
|
||||
from .utils.Decimal import Decimal
|
||||
|
||||
NAME = 'bfxapi'
|
||||
|
||||
Reference in New Issue
Block a user