LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.CorporateActionTransitionComponent Class Reference

A single transition component, when grouped with other components a corporate action transition is formed. More...

Inheritance diagram for Lusid.Sdk.Model.CorporateActionTransitionComponent:
Inheritance graph
[legend]

Public Member Functions

 CorporateActionTransitionComponent (string instrumentScope=default(string), Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), string instrumentUid=default(string), decimal unitsFactor=default(decimal), decimal costFactor=default(decimal))
 Initializes a new instance of the CorporateActionTransitionComponent 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 (CorporateActionTransitionComponent input)
 Returns true if CorporateActionTransitionComponent instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CorporateActionTransitionComponent ()
 Initializes a new instance of the CorporateActionTransitionComponent class. More...
 

Properties

string InstrumentScope [get, set]
 The scope in which the instrument lies. More...
 
Dictionary< string, string > InstrumentIdentifiers [get, set]
 Unique instrument identifiers More...
 
string InstrumentUid [get, set]
 LUSID&#39;s internal unique instrument identifier, resolved from the 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...
 

Detailed Description

A single transition component, when grouped with other components a corporate action transition is formed.

Constructor & Destructor Documentation

◆ CorporateActionTransitionComponent() [1/2]

Lusid.Sdk.Model.CorporateActionTransitionComponent.CorporateActionTransitionComponent ( )
inlineprotected

Initializes a new instance of the CorporateActionTransitionComponent class.

◆ CorporateActionTransitionComponent() [2/2]

Lusid.Sdk.Model.CorporateActionTransitionComponent.CorporateActionTransitionComponent ( string  instrumentScope = default(string),
Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>),
string  instrumentUid = default(string),
decimal  unitsFactor = default(decimal),
decimal  costFactor = default(decimal) 
)
inline

Initializes a new instance of the CorporateActionTransitionComponent class.

Parameters
instrumentScopeThe scope in which the instrument lies. (required).
instrumentIdentifiersUnique instrument identifiers (required).
instrumentUidLUSID&#39;s internal unique instrument identifier, resolved from the instrument identifiers (required).
unitsFactorThe factor to scale units by (required).
costFactorThe factor to scale cost by (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CorporateActionTransitionComponent.Equals ( CorporateActionTransitionComponent  input)
inline

Returns true if CorporateActionTransitionComponent instances are equal

Parameters
inputInstance of CorporateActionTransitionComponent to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CorporateActionTransitionComponent.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.CorporateActionTransitionComponent.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.CorporateActionTransitionComponent.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.CorporateActionTransitionComponent.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CostFactor

decimal Lusid.Sdk.Model.CorporateActionTransitionComponent.CostFactor
getset

The factor to scale cost by

The factor to scale cost by

◆ InstrumentIdentifiers

Dictionary<string, string> Lusid.Sdk.Model.CorporateActionTransitionComponent.InstrumentIdentifiers
getset

Unique instrument identifiers

Unique instrument identifiers

◆ InstrumentScope

string Lusid.Sdk.Model.CorporateActionTransitionComponent.InstrumentScope
getset

The scope in which the instrument lies.

The scope in which the instrument lies.

◆ InstrumentUid

string Lusid.Sdk.Model.CorporateActionTransitionComponent.InstrumentUid
getset

LUSID&#39;s internal unique instrument identifier, resolved from the instrument identifiers

LUSID&#39;s internal unique instrument identifier, resolved from the instrument identifiers

◆ UnitsFactor

decimal Lusid.Sdk.Model.CorporateActionTransitionComponent.UnitsFactor
getset

The factor to scale units by

The factor to scale units by


The documentation for this class was generated from the following file: