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) |
[EARLY ACCESS] 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) |
[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< GetComplexMarketDataResponse > | GetComplexMarketDataWithHttpInfo (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< ResourceListOfListComplexMarketDataWithMetaDataResponse > | ListComplexMarketDataWithHttpInfo (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< 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) |
[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< GetComplexMarketDataResponse > | GetComplexMarketDataAsync (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< ResourceListOfListComplexMarketDataWithMetaDataResponse > | ListComplexMarketDataAsync (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< 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