mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-04 06:24:19 +01:00
add websocket multiplexer
This commit is contained in:
committed by
Jacob Plaster
parent
d027de9964
commit
13e7d505f8
@@ -5,7 +5,7 @@ This module is used to interact with the bitfinex api
|
||||
from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
from .websockets.GenericWebsocket import GenericWebsocket
|
||||
from .websockets.GenericWebsocket import GenericWebsocket, Socket
|
||||
from .websockets.BfxWebsocket import BfxWebsocket
|
||||
from .utils.Decimal import Decimal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user