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

CashLadderRecord More...

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

Public Member Functions

 CashLadderRecord (DateTimeOffset effectiveDate=default(DateTimeOffset), decimal open=default(decimal), Dictionary< string, decimal > activities=default(Dictionary< string, decimal >), decimal close=default(decimal))
 Initializes a new instance of the CashLadderRecord 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 (CashLadderRecord input)
 Returns true if CashLadderRecord instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DateTimeOffset EffectiveDate [get, set]
 Gets or Sets EffectiveDate More...
 
decimal Open [get, set]
 Gets or Sets Open More...
 
Dictionary< string, decimal > Activities [get, set]
 Gets or Sets Activities More...
 
decimal Close [get, set]
 Gets or Sets Close More...
 

Detailed Description

CashLadderRecord

Constructor & Destructor Documentation

◆ CashLadderRecord() [1/2]

Lusid.Sdk.Model.CashLadderRecord.CashLadderRecord ( )
inlineprotected

Initializes a new instance of the CashLadderRecord class.

◆ CashLadderRecord() [2/2]

Lusid.Sdk.Model.CashLadderRecord.CashLadderRecord ( DateTimeOffset  effectiveDate = default(DateTimeOffset),
decimal  open = default(decimal),
Dictionary< string, decimal >  activities = default(Dictionary<string, decimal>),
decimal  close = default(decimal) 
)
inline

Initializes a new instance of the CashLadderRecord class.

Parameters
effectiveDateeffectiveDate.
openopen (required).
activitiesactivities (required).
closeclose (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CashLadderRecord instances are equal

Parameters
inputInstance of CashLadderRecord to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Activities

Dictionary<string, decimal> Lusid.Sdk.Model.CashLadderRecord.Activities
getset

Gets or Sets Activities

◆ Close

decimal Lusid.Sdk.Model.CashLadderRecord.Close
getset

Gets or Sets Close

◆ EffectiveDate

DateTimeOffset Lusid.Sdk.Model.CashLadderRecord.EffectiveDate
getset

Gets or Sets EffectiveDate

◆ Open

decimal Lusid.Sdk.Model.CashLadderRecord.Open
getset

Gets or Sets Open


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