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

Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IComplexMarketDataApiSync | |
| AnnulStructuredDataResponse | DeleteComplexMarketData (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More... | |
| Lusid.Sdk.Client.ApiResponse< AnnulStructuredDataResponse > | DeleteComplexMarketDataWithHttpInfo (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More... | |
| GetComplexMarketDataResponse | GetComplexMarketData (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetComplexMarketData: Get complex market data More... | |
| Lusid.Sdk.Client.ApiResponse< GetComplexMarketDataResponse > | GetComplexMarketDataWithHttpInfo (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetComplexMarketData: Get complex market data More... | |
| ResourceListOfListComplexMarketDataWithMetaDataResponse | ListComplexMarketData (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListComplexMarketData: List the set of ComplexMarketData More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfListComplexMarketDataWithMetaDataResponse > | ListComplexMarketDataWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListComplexMarketData: List the set of ComplexMarketData More... | |
| UpsertSingleStructuredDataResponse | UpsertAppendComplexMarketData (string scope, AppendComplexMarketDataRequest appendComplexMarketDataRequest, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertAppendComplexMarketData: Appends a new point to the end of a ComplexMarketData definition. More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > | UpsertAppendComplexMarketDataWithHttpInfo (string scope, AppendComplexMarketDataRequest appendComplexMarketDataRequest, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertAppendComplexMarketData: Appends a new point to the end of a ComplexMarketData definition. More... | |
| UpsertStructuredDataResponse | UpsertComplexMarketData (string scope, Dictionary< string, UpsertComplexMarketDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertComplexMarketData: Upsert a set of complex market data items. This creates or updates the data in Lusid. More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > | UpsertComplexMarketDataWithHttpInfo (string scope, Dictionary< string, UpsertComplexMarketDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertComplexMarketData: Upsert a set of complex market data items. This creates or updates the data in Lusid. More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IComplexMarketDataApiAsync | |
| System.Threading.Tasks.Task< AnnulStructuredDataResponse > | DeleteComplexMarketDataAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulStructuredDataResponse > > | DeleteComplexMarketDataWithHttpInfoAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More... | |
| System.Threading.Tasks.Task< GetComplexMarketDataResponse > | GetComplexMarketDataAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetComplexMarketData: Get complex market data More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetComplexMarketDataResponse > > | GetComplexMarketDataWithHttpInfoAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetComplexMarketData: Get complex market data More... | |
| System.Threading.Tasks.Task< ResourceListOfListComplexMarketDataWithMetaDataResponse > | ListComplexMarketDataAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListComplexMarketData: List the set of ComplexMarketData More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfListComplexMarketDataWithMetaDataResponse > > | ListComplexMarketDataWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListComplexMarketData: List the set of ComplexMarketData More... | |
| System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertAppendComplexMarketDataAsync (string scope, AppendComplexMarketDataRequest appendComplexMarketDataRequest, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertAppendComplexMarketData: Appends a new point to the end of a ComplexMarketData definition. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertAppendComplexMarketDataWithHttpInfoAsync (string scope, AppendComplexMarketDataRequest appendComplexMarketDataRequest, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertAppendComplexMarketData: Appends a new point to the end of a ComplexMarketData definition. More... | |
| System.Threading.Tasks.Task< UpsertStructuredDataResponse > | UpsertComplexMarketDataAsync (string scope, Dictionary< string, UpsertComplexMarketDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertComplexMarketData: Upsert a set of complex market data items. This creates or updates the data in Lusid. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > > | UpsertComplexMarketDataWithHttpInfoAsync (string scope, Dictionary< string, UpsertComplexMarketDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertComplexMarketData: Upsert a set of complex market data items. This creates or updates the data in Lusid. More... | |
Represents a collection of functions to interact with the API endpoints