|
LUSID C# SDK
|
The collection of successfully upserted instructions, and the collection of failures for those instructions that could not be upserted More...

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, InstrumentEventInstruction > | Values [get, set] |
| The collection of successfully upserted instructions More... | |
| Dictionary< string, ErrorDetail > | Failed [get, set] |
| The collection of error information for instructions that could not be upserted More... | |
The collection of successfully upserted instructions, and the collection of failures for those instructions that could not be upserted
|
inline |
Initializes a new instance of the InstrumentEventInstructionsResponse class.
| values | The collection of successfully upserted instructions. |
| failed | The collection of error information for instructions that could not be upserted. |
|
inline |
Returns true if InstrumentEventInstructionsResponse instances are equal
| input | Instance of InstrumentEventInstructionsResponse to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
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
|
getset |
The collection of successfully upserted instructions
The collection of successfully upserted instructions