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
|**member_guid**|**String**| The unique id for a `member`. ||
172
176
|**user_guid**|**String**| The unique id for a `user`. ||
177
+
|**include_holdings**|**Boolean**| When set to `false`, the aggregation will not gather holdings data. Defaults to `true`. |[optional]|
178
+
|**include_transactions**|**Boolean**| When set to `false`, the aggregation will not gather transactions data. Defaults to `true`. |[optional]|
# @param member_guid [String] The unique id for a `member`.
25
25
# @param user_guid [String] The unique id for a `user`.
26
26
# @param [Hash] opts the optional parameters
27
+
# @option opts [Boolean] :include_holdings When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
28
+
# @option opts [Boolean] :include_transactions When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
# @param member_guid [String] The unique id for a `member`.
36
38
# @param user_guid [String] The unique id for a `user`.
37
39
# @param [Hash] opts the optional parameters
40
+
# @option opts [Boolean] :include_holdings When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
41
+
# @option opts [Boolean] :include_transactions When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
38
42
# @return [Array<(MemberResponseBody, Integer, Hash)>] MemberResponseBody data, response status code and response headers
Copy file name to clipboardExpand all lines: spec/api/mx_platform_api_spec.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@
38
38
# @param member_guid The unique id for a `member`.
39
39
# @param user_guid The unique id for a `user`.
40
40
# @param [Hash] opts the optional parameters
41
+
# @option opts [Boolean] :include_holdings When set to `false`, the aggregation will not gather holdings data. Defaults to `true`.
42
+
# @option opts [Boolean] :include_transactions When set to `false`, the aggregation will not gather transactions data. Defaults to `true`.
0 commit comments