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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IOrderInstructionsApiSync
DeletedEntityResponse DeleteOrderInstruction (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More...
 
ApiResponse< DeletedEntityResponseDeleteOrderInstructionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More...
 
OrderInstruction GetOrderInstruction (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More...
 
ApiResponse< OrderInstructionGetOrderInstructionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More...
 
PagedResourceListOfOrderInstruction ListOrderInstructions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More...
 
ApiResponse< PagedResourceListOfOrderInstructionListOrderInstructionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More...
 
ResourceListOfOrderInstruction UpsertOrderInstructions (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0)
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More...
 
ApiResponse< ResourceListOfOrderInstructionUpsertOrderInstructionsWithHttpInfo (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0)
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction 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.IOrderInstructionsApiAsync
System.Threading.Tasks.Task< DeletedEntityResponseDeleteOrderInstructionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteOrderInstructionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More...
 
System.Threading.Tasks.Task< OrderInstructionGetOrderInstructionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More...
 
System.Threading.Tasks.Task< ApiResponse< OrderInstruction > > GetOrderInstructionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More...
 
System.Threading.Tasks.Task< PagedResourceListOfOrderInstructionListOrderInstructionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfOrderInstruction > > ListOrderInstructionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More...
 
System.Threading.Tasks.Task< ResourceListOfOrderInstructionUpsertOrderInstructionsAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfOrderInstruction > > UpsertOrderInstructionsWithHttpInfoAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction 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: