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

A Cleardown rule More...

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

Public Member Functions

 CleardownModuleRule (string ruleId=default(string), string generalLedgerAccountCode=default(string), string ruleFilter=default(string))
 Initializes a new instance of the CleardownModuleRule 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 (CleardownModuleRule input)
 Returns true if CleardownModuleRule instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string RuleId [get, set]
 The identifier for the Cleardown Rule. More...
 
string GeneralLedgerAccountCode [get, set]
 The account to post the residual P&L to. More...
 
string RuleFilter [get, set]
 The filter syntax for the Cleardown Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax. More...
 

Detailed Description

A Cleardown rule

Constructor & Destructor Documentation

◆ CleardownModuleRule() [1/2]

Lusid.Sdk.Model.CleardownModuleRule.CleardownModuleRule ( )
inlineprotected

Initializes a new instance of the CleardownModuleRule class.

◆ CleardownModuleRule() [2/2]

Lusid.Sdk.Model.CleardownModuleRule.CleardownModuleRule ( string  ruleId = default(string),
string  generalLedgerAccountCode = default(string),
string  ruleFilter = default(string) 
)
inline

Initializes a new instance of the CleardownModuleRule class.

Parameters
ruleIdThe identifier for the Cleardown Rule. (required).
generalLedgerAccountCodeThe account to post the residual P&L to. (required).
ruleFilterThe filter syntax for the Cleardown Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CleardownModuleRule instances are equal

Parameters
inputInstance of CleardownModuleRule to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ GeneralLedgerAccountCode

string Lusid.Sdk.Model.CleardownModuleRule.GeneralLedgerAccountCode
getset

The account to post the residual P&L to.

The account to post the residual P&L to.

◆ RuleFilter

string Lusid.Sdk.Model.CleardownModuleRule.RuleFilter
getset

The filter syntax for the Cleardown Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax.

The filter syntax for the Cleardown Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax.

◆ RuleId

string Lusid.Sdk.Model.CleardownModuleRule.RuleId
getset

The identifier for the Cleardown Rule.

The identifier for the Cleardown Rule.


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