|
LUSID C# SDK
|
Class that models a set of instruments of which each has some quantity and can be identified by a unique label. More...

Public Member Functions | |
| WeightedInstruments (List< WeightedInstrument > instruments=default(List< WeightedInstrument >)) | |
| Initializes a new instance of the WeightedInstruments 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 (WeightedInstruments input) |
| Returns true if WeightedInstruments instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| WeightedInstruments () | |
| Initializes a new instance of the WeightedInstruments class. More... | |
Properties | |
| List< WeightedInstrument > | Instruments [get, set] |
| The instruments that are held in the set. More... | |
Class that models a set of instruments of which each has some quantity and can be identified by a unique label.
|
inlineprotected |
Initializes a new instance of the WeightedInstruments class.
|
inline |
Initializes a new instance of the WeightedInstruments class.
| instruments | The instruments that are held in the set. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if WeightedInstruments instances are equal
| input | Instance of WeightedInstruments 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 |
The instruments that are held in the set.
The instruments that are held in the set.