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

The settlement cycle for an instrument More...

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

Public Member Functions

 SettlementCycle (int businessDayOffset=default(int), List< ResourceId > calendars=default(List< ResourceId >))
 Initializes a new instance of the SettlementCycle 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 (SettlementCycle input)
 Returns true if SettlementCycle instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int BusinessDayOffset [get, set]
 Gets or Sets BusinessDayOffset More...
 
List< ResourceIdCalendars [get, set]
 Gets or Sets Calendars More...
 

Detailed Description

The settlement cycle for an instrument

Constructor & Destructor Documentation

◆ SettlementCycle() [1/2]

Lusid.Sdk.Model.SettlementCycle.SettlementCycle ( )
inlineprotected

Initializes a new instance of the SettlementCycle class.

◆ SettlementCycle() [2/2]

Lusid.Sdk.Model.SettlementCycle.SettlementCycle ( int  businessDayOffset = default(int),
List< ResourceId calendars = default(List<ResourceId>) 
)
inline

Initializes a new instance of the SettlementCycle class.

Parameters
businessDayOffsetbusinessDayOffset (required).
calendarscalendars (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementCycle instances are equal

Parameters
inputInstance of SettlementCycle to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BusinessDayOffset

int Lusid.Sdk.Model.SettlementCycle.BusinessDayOffset
getset

Gets or Sets BusinessDayOffset

◆ Calendars

List<ResourceId> Lusid.Sdk.Model.SettlementCycle.Calendars
getset

Gets or Sets Calendars


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