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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user