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

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