|
LUSID C# SDK
|
A 'transition' within a corporate action, representing an output transition. More...

Public Member Functions | |
| OutputTransition (Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), decimal unitsFactor=default(decimal), decimal costFactor=default(decimal), RoundingConfiguration rounding=default(RoundingConfiguration)) | |
| Initializes a new instance of the OutputTransition class. More... | |
| bool | ShouldSerializeLusidInstrumentId () |
| Returns false as LusidInstrumentId should not be serialized given that it's read-only. More... | |
| bool | ShouldSerializeInstrumentScope () |
| Returns false as InstrumentScope should not be serialized given that it's read-only. 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 (OutputTransition input) |
| Returns true if OutputTransition instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| OutputTransition () | |
| Initializes a new instance of the OutputTransition class. More... | |
Properties | |
| Dictionary< string, string > | InstrumentIdentifiers [get, set] |
| Unique instrument identifiers More... | |
| decimal | UnitsFactor [get, set] |
| The factor to scale units by More... | |
| decimal | CostFactor [get, set] |
| The factor to scale cost by More... | |
| string | LusidInstrumentId [get] |
| LUSID's internal unique instrument identifier, resolved from the instrument identifiers More... | |
| string | InstrumentScope [get] |
| The scope in which the instrument lies. More... | |
| RoundingConfiguration | Rounding [get, set] |
| Gets or Sets Rounding More... | |
A 'transition' within a corporate action, representing an output transition.
|
inlineprotected |
Initializes a new instance of the OutputTransition class.
|
inline |
Initializes a new instance of the OutputTransition class.
| instrumentIdentifiers | Unique instrument identifiers (required). |
| unitsFactor | The factor to scale units by (required). |
| costFactor | The factor to scale cost by (required). |
| rounding | rounding. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if OutputTransition instances are equal
| input | Instance of OutputTransition to be compared |
|
inline |
Gets the hash code
|
inline |
Returns false as InstrumentScope should not be serialized given that it's read-only.
|
inline |
Returns false as LusidInstrumentId should not be serialized given that it's read-only.
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The factor to scale cost by
The factor to scale cost by
|
getset |
Unique instrument identifiers
Unique instrument identifiers
|
get |
The scope in which the instrument lies.
The scope in which the instrument lies.
|
get |
LUSID's internal unique instrument identifier, resolved from the instrument identifiers
LUSID's internal unique instrument identifier, resolved from the instrument identifiers
|
getset |
Gets or Sets Rounding
|
getset |
The factor to scale units by
The factor to scale units by