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

A 'transition' within a corporate action, representing an output transition. More...

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

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&#39;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...
 

Detailed Description

A &#39;transition&#39; within a corporate action, representing an output transition.

Constructor & Destructor Documentation

◆ OutputTransition() [1/2]

Lusid.Sdk.Model.OutputTransition.OutputTransition ( )
inlineprotected

Initializes a new instance of the OutputTransition class.

◆ OutputTransition() [2/2]

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

Initializes a new instance of the OutputTransition class.

Parameters
instrumentIdentifiersUnique instrument identifiers (required).
unitsFactorThe factor to scale units by (required).
costFactorThe factor to scale cost by (required).
roundingrounding.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OutputTransition instances are equal

Parameters
inputInstance of OutputTransition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ShouldSerializeInstrumentScope()

bool Lusid.Sdk.Model.OutputTransition.ShouldSerializeInstrumentScope ( )
inline

Returns false as InstrumentScope should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ShouldSerializeLusidInstrumentId()

bool Lusid.Sdk.Model.OutputTransition.ShouldSerializeLusidInstrumentId ( )
inline

Returns false as LusidInstrumentId should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CostFactor

decimal Lusid.Sdk.Model.OutputTransition.CostFactor
getset

The factor to scale cost by

The factor to scale cost by

◆ InstrumentIdentifiers

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

Unique instrument identifiers

Unique instrument identifiers

◆ InstrumentScope

string Lusid.Sdk.Model.OutputTransition.InstrumentScope
get

The scope in which the instrument lies.

The scope in which the instrument lies.

◆ LusidInstrumentId

string Lusid.Sdk.Model.OutputTransition.LusidInstrumentId
get

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

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

◆ Rounding

RoundingConfiguration Lusid.Sdk.Model.OutputTransition.Rounding
getset

Gets or Sets Rounding

◆ UnitsFactor

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