Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
Fix doc string.
  • Loading branch information
edtechre committed Dec 16, 2023
1 parent 43abf68 commit 4fb0bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybroker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class StrategyConfig:
- ``ORDER_PERCENT``: Fee is a percentage of order amount.
- ``PER_ORDER``: Fee is a constant amount per order.
- ``PER_SHARE``: Fee is a constant amount per share in order.
- ``Callable[[FeeInfo], Decimal]]``: Fees are calculated using a
- ``Callable[[FeeInfo], Decimal]``: Fees are calculated using a
custom ``Callable`` that is passed
:class:`pybroker.common.FeeInfo`.
- ``None``: Fees are disabled (default).
Expand Down

0 comments on commit 4fb0bc0

Please sign in to comment.