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.IOrderInstructionsApiSync | |
DeletedEntityResponse | DeleteOrderInstruction (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteOrderInstructionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
OrderInstruction | GetOrderInstruction (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< OrderInstruction > | GetOrderInstructionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderInstruction > | ListOrderInstructionsWithHttpInfo (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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
ResourceListOfOrderInstruction | UpsertOrderInstructions (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderInstruction > | UpsertOrderInstructionsWithHttpInfo (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IOrderInstructionsApiAsync | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteOrderInstructionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteOrderInstructionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
System.Threading.Tasks.Task< OrderInstruction > | GetOrderInstructionAsync (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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More... | |
System.Threading.Tasks.Task< PagedResourceListOfOrderInstruction > | ListOrderInstructionsAsync (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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
System.Threading.Tasks.Task< ResourceListOfOrderInstruction > | UpsertOrderInstructionsAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderInstruction > > | UpsertOrderInstructionsWithHttpInfoAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
Represents a collection of functions to interact with the API endpoints