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

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