1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 07:46:53 +08:00

optimize_CI (#1314)

This commit is contained in:
Linlang
2022-10-20 08:38:05 +08:00
committed by GitHub
parent 3c62d131a5
commit 1861c8edaf
11 changed files with 70 additions and 78 deletions

View File

@@ -579,8 +579,11 @@ class TradeDecisionWO(BaseTradeDecision[Order]):
class TradeDecisionWithDetails(TradeDecisionWO):
"""Decision with detail information. Detail information is used to generate execution reports.
"""
Decision with detail information.
Detail information is used to generate execution reports.
"""
def __init__(
self,
order_list: List[Order],