|
LUSID C# SDK
|
A single transition component request, when grouped with other transition component requests a corporate action transition request is formed. More...

Public Member Functions | |
| CorporateActionTransitionComponentRequest (Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), decimal unitsFactor=default(decimal), decimal costFactor=default(decimal)) | |
| Initializes a new instance of the CorporateActionTransitionComponentRequest 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 (CorporateActionTransitionComponentRequest input) |
| Returns true if CorporateActionTransitionComponentRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CorporateActionTransitionComponentRequest () | |
| Initializes a new instance of the CorporateActionTransitionComponentRequest 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... | |
A single transition component request, when grouped with other transition component requests a corporate action transition request is formed.
|
inlineprotected |
Initializes a new instance of the CorporateActionTransitionComponentRequest class.
|
inline |
Initializes a new instance of the CorporateActionTransitionComponentRequest class.
| instrumentIdentifiers | Unique instrument identifiers (required). |
| unitsFactor | The factor to scale units by (required). |
| costFactor | The factor to scale cost by (required). |
|
inline |
Returns true if CorporateActionTransitionComponentRequest instances are equal
| input | Instance of CorporateActionTransitionComponentRequest to be compared |
|
inline |
Returns true if objects are equal
| input | Object 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 factor to scale cost by
The factor to scale cost by
|
getset |
Unique instrument identifiers
Unique instrument identifiers
|
getset |
The factor to scale units by
The factor to scale units by