LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.ExecutionSetRequest Class Reference

A request to create or update multiple Executions. More...

Inheritance diagram for Lusid.Sdk.Model.ExecutionSetRequest:
Inheritance graph
[legend]

Public Member Functions

 ExecutionSetRequest (List< ExecutionRequest > requests=default(List< ExecutionRequest >))
 Initializes a new instance of the ExecutionSetRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (ExecutionSetRequest input)
 Returns true if ExecutionSetRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< ExecutionRequestRequests [get, set]
 A collection of ExecutionRequests. More...
 

Detailed Description

A request to create or update multiple Executions.

Constructor & Destructor Documentation

◆ ExecutionSetRequest()

Lusid.Sdk.Model.ExecutionSetRequest.ExecutionSetRequest ( List< ExecutionRequest requests = default(List<ExecutionRequest>))
inline

Initializes a new instance of the ExecutionSetRequest class.

Parameters
requestsA collection of ExecutionRequests..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.ExecutionSetRequest.Equals ( ExecutionSetRequest  input)
inline

Returns true if ExecutionSetRequest instances are equal

Parameters
inputInstance of ExecutionSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.ExecutionSetRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.ExecutionSetRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.ExecutionSetRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.ExecutionSetRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Requests

List<ExecutionRequest> Lusid.Sdk.Model.ExecutionSetRequest.Requests
getset

A collection of ExecutionRequests.

A collection of ExecutionRequests.


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