|
LUSID C# SDK
|
The request body for the RunAllocationServiceWithWeights endpoint. More...

Public Member Functions | |
| WeightedAllocationServiceRunRequest (List< ResourceId > placementIds=default(List< ResourceId >), List< PortfolioWeight > portfolioWeights=default(List< PortfolioWeight >)) | |
| Initializes a new instance of the WeightedAllocationServiceRunRequest 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 (WeightedAllocationServiceRunRequest input) |
| Returns true if WeightedAllocationServiceRunRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| WeightedAllocationServiceRunRequest () | |
| Initializes a new instance of the WeightedAllocationServiceRunRequest class. More... | |
Properties | |
| List< ResourceId > | PlacementIds [get, set] |
| The set of Placement IDs to allocate. More... | |
| List< PortfolioWeight > | PortfolioWeights [get, set] |
| The set of Portfolios and their associated weights to use for allocation. More... | |
The request body for the RunAllocationServiceWithWeights endpoint.
|
inlineprotected |
Initializes a new instance of the WeightedAllocationServiceRunRequest class.
|
inline |
Initializes a new instance of the WeightedAllocationServiceRunRequest class.
| placementIds | The set of Placement IDs to allocate. (required). |
| portfolioWeights | The set of Portfolios and their associated weights to use for allocation.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if WeightedAllocationServiceRunRequest instances are equal
| input | Instance of WeightedAllocationServiceRunRequest 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 |
|
getset |
The set of Portfolios and their associated weights to use for allocation.
The set of Portfolios and their associated weights to use for allocation.