|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| ResourceListOfReconciliationBreak | ReconcileHoldings (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest)) |
| [EARLY ACCESS] Reconcile portfolio holdings More... | |
| ApiResponse< ResourceListOfReconciliationBreak > | ReconcileHoldingsWithHttpInfo (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest)) |
| [EARLY ACCESS] Reconcile portfolio holdings More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
Properties inherited from Lusid.Sdk.Client.IApiAccessor | |
| IReadableConfiguration | Configuration [get, set] |
| Gets or sets the configuration object More... | |
| ExceptionFactory | ExceptionFactory [get, set] |
| Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
| ResourceListOfReconciliationBreak Lusid.Sdk.Api.IReconciliationsApiSync.ReconcileHoldings | ( | List< string > | sortBy = default(List< string >), |
| int? | start = default(int?), |
||
| int? | limit = default(int?), |
||
| string | filter = default(string), |
||
| PortfoliosReconciliationRequest | portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest) |
||
| ) |
[EARLY ACCESS] Reconcile portfolio holdings
Reconcile the holdings of two portfolios.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on the left portfolio Code, use "left.portfolioId.code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| portfoliosReconciliationRequest | The specifications of the inputs to the reconciliation (optional) |
Implemented in Lusid.Sdk.Api.ReconciliationsApi.
| ApiResponse<ResourceListOfReconciliationBreak> Lusid.Sdk.Api.IReconciliationsApiSync.ReconcileHoldingsWithHttpInfo | ( | List< string > | sortBy = default(List< string >), |
| int? | start = default(int?), |
||
| int? | limit = default(int?), |
||
| string | filter = default(string), |
||
| PortfoliosReconciliationRequest | portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest) |
||
| ) |
[EARLY ACCESS] Reconcile portfolio holdings
Reconcile the holdings of two portfolios.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
| start | Optional. When paginating, skip this number of results (optional) |
| limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
| filter | Optional. Expression to filter the result set. For example, to filter on the left portfolio Code, use "left.portfolioId.code eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| portfoliosReconciliationRequest | The specifications of the inputs to the reconciliation (optional) |
Implemented in Lusid.Sdk.Api.ReconciliationsApi.
1.8.13