Skip to content

v3.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 22:10
· 827 commits to main since this release

v3.1.4 (2023-10-07)

Other

  • Merge pull request #72 from mraniki/dev

Refactor client information display in CexTrader class (049bed5)

  • Refactor CexCcxt fetch_positions method (e2cf1b1)

  • Refactor CexCcxt class to handle empty positions response (4380291)

  • Refactor CexTrader execute_order method (93c2c97)

  • Refactor CexCcxt init method (ae9e6c0)

  • Refactor test_get_trade_confirmation in test_unit.py

Add support for "huobi" in addition to "binance" in result. (7c4ddd2)

  • Remove unnecessary lines
  • Add comments for clarity (aa11bd5)
  • Add unit tests for get_trade_confirmation function (e222bd9)

  • Refactor test_unit.py and add test for submit_order_exception (bb841d4)

  • Merge branch 'dev' of [email protected]:mraniki/cefi.git (e194b8d)

  • Add unit tests for CexTrader exception handling (52f09d4)

  • Refactor test_cefi function in test_unit.py

  • Remove assert "🪪" in result
  • Add assert "ℹ�#Ȉ\u001a[�\u001c�\�[\u001d\u0002�\u0010\b\u000bN\f�
    �\f�\u0010\u0010\b\u0018\�[��\u0019\u0019Y�\u001d\u0019\�\u0017��]\u0
    017ؘ[\u0018[��\�\u0010�\u0015\u001c�Y\u0019\�N��H\b\b\b\u0018\��\�\b
    \b�'�鈈\u001a[�\u001c�\�[\u001d\u0002�
    �\b\b\b\u0018\��\�\b\b�%+R"\u0006��\u0007&W7V�@� (1433c19)
  • Refactor CexTrader class in main.py
  • Removed unnecessary code in CexTrader class
  • Improved code readability and maintainability (eb8a4a8)
  • Refactor client information display in CexTrader class (c8e4957)

Update

🚨