Skip to content

Commit

Permalink
#106 changelogs were updated for method SeparateByEqualParts()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Dec 3, 2022
1 parent 2fc61f2 commit 5b54f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* [#96](https://github.com/Tim55667757/TKSBrokerAPI/issues/96) Был реализован метод `UpdateClassFields()`. Он получает настройки как словарь (например, загруженный из YAML файла) и применяет к полям и значениям указанного инстанса некоторого класса пару `key: value`.
* [#100](https://github.com/Tim55667757/TKSBrokerAPI/issues/100) Теперь в методах `CloseAllByTicker()` и `CloseAllByTicker()` ордеры закрываются до закрытия основной позиции по инструменту, чтобы минимизировать число заблокированных лотов.
* [#104](https://github.com/Tim55667757/TKSBrokerAPI/issues/104) Выполняется попытка определить `self.figi`, чтобы избежать лишних предупреждений в методе `Overview()`, если FIGI пустой.
* [#106](https://github.com/Tim55667757/TKSBrokerAPI/issues/106) Реализован метод`SeparateByEqualParts()`. Этот метод получает на вход лист элементов и пытается разделить его на список списков равных по количеству элементов.

##### Баг-фиксы

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Release development in progress...
* [#96](https://github.com/Tim55667757/TKSBrokerAPI/issues/96) `UpdateClassFields()` method was implemented. This method get config as dictionary (preloaded from YAML file) and apply `key: value` as names of class fields and values of class fields.
* [#100](https://github.com/Tim55667757/TKSBrokerAPI/issues/100) Now, orders are close before closing positions in `CloseAllByTicker()` and `CloseAllByTicker()` methods. It will minimize blocked lots.
* [#104](https://github.com/Tim55667757/TKSBrokerAPI/issues/104) Avoid FIGI-warnings in `Overview()` if `self.figi` is empty.
* [#106](https://github.com/Tim55667757/TKSBrokerAPI/issues/106) `SeparateByEqualParts()` method was implemented. This method gets input list and try to separate it by equal parts of elements.

##### Bug fixes

Expand Down

0 comments on commit 5b54f1c

Please # to comment.