|
LUSID C# SDK
|
A request to create or update multiple OrderInstructions. More...

Public Member Functions | |
| OrderInstructionSetRequest (List< OrderInstructionRequest > requests=default(List< OrderInstructionRequest >)) | |
| Initializes a new instance of the OrderInstructionSetRequest 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 (OrderInstructionSetRequest input) |
| Returns true if OrderInstructionSetRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| List< OrderInstructionRequest > | Requests [get, set] |
| A collection of OrderInstructionRequests. More... | |
A request to create or update multiple OrderInstructions.
|
inline |
Initializes a new instance of the OrderInstructionSetRequest class.
| requests | A collection of OrderInstructionRequests.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if OrderInstructionSetRequest instances are equal
| input | Instance of OrderInstructionSetRequest 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 |
A collection of OrderInstructionRequests.
A collection of OrderInstructionRequests.