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

The input 'transition' within a corporate action, representing the singular input position More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal UnitsFactor [get, set]
 The factor to scale units by More...
 
decimal CostFactor [get, set]
 The factor to scale cost by More...
 

Detailed Description

The input 'transition' within a corporate action, representing the singular input position

Constructor & Destructor Documentation

◆ InputTransition() [1/2]

Lusid.Sdk.Model.InputTransition.InputTransition ( )
inlineprotected

Initializes a new instance of the InputTransition class.

◆ InputTransition() [2/2]

Lusid.Sdk.Model.InputTransition.InputTransition ( decimal  unitsFactor = default(decimal),
decimal  costFactor = default(decimal) 
)
inline

Initializes a new instance of the InputTransition class.

Parameters
unitsFactorThe factor to scale units by (required).
costFactorThe factor to scale cost by (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InputTransition instances are equal

Parameters
inputInstance of InputTransition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CostFactor

decimal Lusid.Sdk.Model.InputTransition.CostFactor
getset

The factor to scale cost by

The factor to scale cost by

◆ UnitsFactor

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