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

The collection of successfully upserted instructions, and the collection of failures for those instructions that could not be upserted More...

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

Public Member Functions

 InstrumentEventInstructionsResponse (Dictionary< string, InstrumentEventInstruction > values=default(Dictionary< string, InstrumentEventInstruction >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >))
 Initializes a new instance of the InstrumentEventInstructionsResponse 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 (InstrumentEventInstructionsResponse input)
 Returns true if InstrumentEventInstructionsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, InstrumentEventInstructionValues [get, set]
 The collection of successfully upserted instructions More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The collection of error information for instructions that could not be upserted More...
 

Detailed Description

The collection of successfully upserted instructions, and the collection of failures for those instructions that could not be upserted

Constructor & Destructor Documentation

◆ InstrumentEventInstructionsResponse()

Lusid.Sdk.Model.InstrumentEventInstructionsResponse.InstrumentEventInstructionsResponse ( Dictionary< string, InstrumentEventInstruction values = default(Dictionary<string, InstrumentEventInstruction>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>) 
)
inline

Initializes a new instance of the InstrumentEventInstructionsResponse class.

Parameters
valuesThe collection of successfully upserted instructions.
failedThe collection of error information for instructions that could not be upserted.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentEventInstructionsResponse instances are equal

Parameters
inputInstance of InstrumentEventInstructionsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.InstrumentEventInstructionsResponse.Failed
getset

The collection of error information for instructions that could not be upserted

The collection of error information for instructions that could not be upserted

◆ Values

Dictionary<string, InstrumentEventInstruction> Lusid.Sdk.Model.InstrumentEventInstructionsResponse.Values
getset

The collection of successfully upserted instructions

The collection of successfully upserted instructions


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