|
LUSID C# SDK
|
Represents a portfolio and its target allocation weight. More...

Public Member Functions | |
| PortfolioWeight (ResourceId portfolioId=default(ResourceId), decimal weight=default(decimal)) | |
| Initializes a new instance of the PortfolioWeight 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 (PortfolioWeight input) |
| Returns true if PortfolioWeight instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| PortfolioWeight () | |
| Initializes a new instance of the PortfolioWeight class. More... | |
Properties | |
| ResourceId | PortfolioId [get, set] |
| Gets or Sets PortfolioId More... | |
| decimal | Weight [get, set] |
| The relative weight of the Portfolio compared to the other Portfolios specified, used to determine the allocation split between Portfolios when there are no Orders within the Block to allocate to. More... | |
Represents a portfolio and its target allocation weight.
|
inlineprotected |
Initializes a new instance of the PortfolioWeight class.
|
inline |
Initializes a new instance of the PortfolioWeight class.
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if PortfolioWeight instances are equal
| input | Instance of PortfolioWeight 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 |
Gets or Sets PortfolioId
|
getset |
The relative weight of the Portfolio compared to the other Portfolios specified, used to determine the allocation split between Portfolios when there are no Orders within the Block to allocate to.
The relative weight of the Portfolio compared to the other Portfolios specified, used to determine the allocation split between Portfolios when there are no Orders within the Block to allocate to.