Skip to content

Commit

Permalink
🎨 update 15 files and delete 1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Sep 9, 2024
1 parent 5e77cd6 commit 18f6588
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cefi/handler/capitalcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from capitalcom.client_demo import Client as DemoClient
from loguru import logger

from .client import CexClient
from ._client import CexClient


class CapitalHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/ccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import ccxt
from loguru import logger

from .client import CexClient
from ._client import CexClient


class CcxtHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/ctrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# from ctrader_open_api import Client
# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class CtraderHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/degiro.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from degiro_connector.trading.models.order import Action, Order, OrderType, TimeType
from loguru import logger

from .client import CexClient
from ._client import CexClient


class DegiroHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/etoro.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class EtoroHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/fxcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class FxcmHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/ibkr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ib_insync import IB, IBC, Contract, Order
from loguru import logger

from .client import CexClient
from ._client import CexClient


class IbHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/metatrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class MetatraderHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/ninjatrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class NinjatraderHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/oanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class OandaHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/schwab.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class SchwabHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/sierrachart.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class SierrachartHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/thinkorswim.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class ThinkorswimHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/tradestation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class TradestationHandler(CexClient):
Expand Down
2 changes: 1 addition & 1 deletion cefi/handler/tradingview.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# from loguru import logger

# from .client import CexClient
# from ._client import CexClient


# class TradingviewHandler(CexClient):
Expand Down

0 comments on commit 18f6588

Please sign in to comment.