LUSID C# SDK
List of all members
Lusid.Sdk.Api.IComplexMarketDataApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IComplexMarketDataApi:
Inheritance graph
[legend]

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)
 [EARLY ACCESS] DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More...
 
Lusid.Sdk.Client.ApiResponse< AnnulStructuredDataResponseDeleteComplexMarketDataWithHttpInfo (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] 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?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplexMarketData: Get complex market data More...
 
Lusid.Sdk.Client.ApiResponse< GetComplexMarketDataResponseGetComplexMarketDataWithHttpInfo (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplexMarketData: Get complex market data More...
 
ResourceListOfListComplexMarketDataWithMetaDataResponse ListComplexMarketData (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComplexMarketData: List the set of ComplexMarketData More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfListComplexMarketDataWithMetaDataResponseListComplexMarketDataWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComplexMarketData: List the set of ComplexMarketData 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< UpsertStructuredDataResponseUpsertComplexMarketDataWithHttpInfo (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< AnnulStructuredDataResponseDeleteComplexMarketDataAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] 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)
 [EARLY ACCESS] DeleteComplexMarketData: Delete one or more items of complex market data, assuming they are present. More...
 
System.Threading.Tasks.Task< GetComplexMarketDataResponseGetComplexMarketDataAsync (string scope, Dictionary< string, ComplexMarketDataId > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] 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?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetComplexMarketData: Get complex market data More...
 
System.Threading.Tasks.Task< ResourceListOfListComplexMarketDataWithMetaDataResponseListComplexMarketDataAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComplexMarketData: List the set of ComplexMarketData More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfListComplexMarketDataWithMetaDataResponse > > ListComplexMarketDataWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListComplexMarketData: List the set of ComplexMarketData More...
 
System.Threading.Tasks.Task< UpsertStructuredDataResponseUpsertComplexMarketDataAsync (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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: