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

Public Member Functions | |
| System.Threading.Tasks.Task< ResourceListOfReconciliationBreak > | ReconcileHoldingsAsync (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Reconcile portfolio holdings More... | |
| System.Threading.Tasks.Task< ApiResponse< ResourceListOfReconciliationBreak > > | ReconcileHoldingsWithHttpInfoAsync (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [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
| System.Threading.Tasks.Task<ResourceListOfReconciliationBreak> Lusid.Sdk.Api.IReconciliationsApiAsync.ReconcileHoldingsAsync | ( | List< string > | sortBy = default(List< string >), |
| int? | start = default(int?), |
||
| int? | limit = default(int?), |
||
| string | filter = default(string), |
||
| PortfoliosReconciliationRequest | portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[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) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ReconciliationsApi.
| System.Threading.Tasks.Task<ApiResponse<ResourceListOfReconciliationBreak> > Lusid.Sdk.Api.IReconciliationsApiAsync.ReconcileHoldingsWithHttpInfoAsync | ( | List< string > | sortBy = default(List< string >), |
| int? | start = default(int?), |
||
| int? | limit = default(int?), |
||
| string | filter = default(string), |
||
| PortfoliosReconciliationRequest | portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[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) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.ReconciliationsApi.
1.8.13