|
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.IQuotesApiSync | |
| AnnulQuotesResponse | DeleteQuotes (string scope, Dictionary< string, QuoteId > requestBody=default(Dictionary< string, QuoteId >)) |
| [EARLY ACCESS] Delete quotes More... | |
| ApiResponse< AnnulQuotesResponse > | DeleteQuotesWithHttpInfo (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< GetQuotesResponse > | GetQuotesWithHttpInfo (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< ResourceListOfQuote > | ListQuotesWithHttpInfo (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< ResourceListOfQuote > | ListQuotesForScopeWithHttpInfo (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< UpsertQuotesResponse > | UpsertQuotesWithHttpInfo (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< AnnulQuotesResponse > | DeleteQuotesAsync (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< GetQuotesResponse > | GetQuotesAsync (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< ResourceListOfQuote > | ListQuotesAsync (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< ResourceListOfQuote > | ListQuotesForScopeAsync (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< UpsertQuotesResponse > | UpsertQuotesAsync (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... | |
Represents a collection of functions to interact with the API endpoints
1.8.13