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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IQuotesApiSync
AnnulQuotesResponse DeleteQuotes (string scope, Dictionary< string, QuoteId > requestBody=default(Dictionary< string, QuoteId >))
 [EARLY ACCESS] Delete quotes More...
 
ApiResponse< AnnulQuotesResponseDeleteQuotesWithHttpInfo (string scope, Dictionary< string, QuoteId > requestBody=default(Dictionary< string, QuoteId >))
 [EARLY ACCESS] Delete quotes More...
 
GetQuotesResponse GetQuotes (string scope, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string maxAge=default(string), Dictionary< string, QuoteSeriesId > requestBody=default(Dictionary< string, QuoteSeriesId >))
 [EARLY ACCESS] Get quotes More...
 
ApiResponse< GetQuotesResponseGetQuotesWithHttpInfo (string scope, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string maxAge=default(string), Dictionary< string, QuoteSeriesId > requestBody=default(Dictionary< string, QuoteSeriesId >))
 [EARLY ACCESS] Get quotes More...
 
ResourceListOfQuote ListQuotes (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string))
 [DEPRECATED] List quotes More...
 
ApiResponse< ResourceListOfQuoteListQuotesWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string))
 [DEPRECATED] List quotes More...
 
ResourceListOfQuote ListQuotesForScope (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string))
 [EARLY ACCESS] List quotes for scope More...
 
ApiResponse< ResourceListOfQuoteListQuotesForScopeWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string))
 [EARLY ACCESS] List quotes for scope More...
 
UpsertQuotesResponse UpsertQuotes (string scope, Dictionary< string, UpsertQuoteRequest > requestBody=default(Dictionary< string, UpsertQuoteRequest >))
 [EARLY ACCESS] Upsert quotes More...
 
ApiResponse< UpsertQuotesResponseUpsertQuotesWithHttpInfo (string scope, Dictionary< string, UpsertQuoteRequest > requestBody=default(Dictionary< string, UpsertQuoteRequest >))
 [EARLY ACCESS] Upsert quotes More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IQuotesApiAsync
System.Threading.Tasks.Task< AnnulQuotesResponseDeleteQuotesAsync (string scope, Dictionary< string, QuoteId > requestBody=default(Dictionary< string, QuoteId >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Delete quotes More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulQuotesResponse > > DeleteQuotesWithHttpInfoAsync (string scope, Dictionary< string, QuoteId > requestBody=default(Dictionary< string, QuoteId >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Delete quotes More...
 
System.Threading.Tasks.Task< GetQuotesResponseGetQuotesAsync (string scope, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string maxAge=default(string), Dictionary< string, QuoteSeriesId > requestBody=default(Dictionary< string, QuoteSeriesId >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Get quotes More...
 
System.Threading.Tasks.Task< ApiResponse< GetQuotesResponse > > GetQuotesWithHttpInfoAsync (string scope, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?), string maxAge=default(string), Dictionary< string, QuoteSeriesId > requestBody=default(Dictionary< string, QuoteSeriesId >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Get quotes More...
 
System.Threading.Tasks.Task< ResourceListOfQuoteListQuotesAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [DEPRECATED] List quotes More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfQuote > > ListQuotesWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [DEPRECATED] List quotes More...
 
System.Threading.Tasks.Task< ResourceListOfQuoteListQuotesForScopeAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] List quotes for scope More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfQuote > > ListQuotesForScopeWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), string page=default(string), int? start=default(int?), int? limit=default(int?), string filter=default(string), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] List quotes for scope More...
 
System.Threading.Tasks.Task< UpsertQuotesResponseUpsertQuotesAsync (string scope, Dictionary< string, UpsertQuoteRequest > requestBody=default(Dictionary< string, UpsertQuoteRequest >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Upsert quotes More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertQuotesResponse > > UpsertQuotesWithHttpInfoAsync (string scope, Dictionary< string, UpsertQuoteRequest > requestBody=default(Dictionary< string, UpsertQuoteRequest >), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Upsert quotes More...
 
- 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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