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

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

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

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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CorporateActionTransitionComponentRequest() [1/2]

Lusid.Sdk.Model.CorporateActionTransitionComponentRequest.CorporateActionTransitionComponentRequest ( )
inlineprotected

Initializes a new instance of the CorporateActionTransitionComponentRequest class.

◆ CorporateActionTransitionComponentRequest() [2/2]

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

Initializes a new instance of the CorporateActionTransitionComponentRequest class.

Parameters
instrumentIdentifiersUnique 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.CorporateActionTransitionComponentRequest.Equals ( CorporateActionTransitionComponentRequest  input)
inline

Returns true if CorporateActionTransitionComponentRequest instances are equal

Parameters
inputInstance of CorporateActionTransitionComponentRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CostFactor

decimal Lusid.Sdk.Model.CorporateActionTransitionComponentRequest.CostFactor
getset

The factor to scale cost by

The factor to scale cost by

◆ InstrumentIdentifiers

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

Unique instrument identifiers

Unique instrument identifiers

◆ UnitsFactor

decimal Lusid.Sdk.Model.CorporateActionTransitionComponentRequest.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: