You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AIHubPortfolioDetailData.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
11
11
**StrategyType** | **StrategyType** | |
12
12
**Market** | **string** | |
13
13
**Status** | **string** | |
14
-
**BaseInfo** | **Dictionary<string, string>** | Basic information, fields change dynamically according to strategy type |
15
-
**Metrics** | **Dictionary<string, string>** | Indicator information, fields change dynamically according to strategy type |
16
-
**Position** | **Dictionary<string, string>** | Position or position information, fields dynamically change according to strategy type | [optional]
Copy file name to clipboardExpand all lines: docs/AIHubRecommendation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
**BacktestApr** | **string** | | [optional]
15
15
**MaxDrawdown** | **string** | | [optional]
16
16
**Summary** | **string** | |
17
-
**StrategyParamsPreview** | **Dictionary<string, string>** | Recommendedparameter preview; dynamic changes by strategy type | [optional]
17
+
**StrategyParamsPreview** | **string** | Recommended-parameter preview as JSON text (string-encoded so clients deserialize it consistently). The value is a serialized JSON object whose structure varies by strategy type; callers or upper-layer models must parse it. | [optional]
18
18
19
19
[[Back to Model list]](../README.md#documentation-for-models)
20
20
[[Back to API list]](../README.md#documentation-for-api-endpoints)
0 commit comments