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

Specification object for the configuration parameters of a compliance run More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

PreTradeConfiguration PreTradeConfiguration [get, set]
 Gets or Sets PreTradeConfiguration More...
 

Detailed Description

Specification object for the configuration parameters of a compliance run

Constructor & Destructor Documentation

◆ ComplianceRunConfiguration() [1/2]

Lusid.Sdk.Model.ComplianceRunConfiguration.ComplianceRunConfiguration ( )
inlineprotected

Initializes a new instance of the ComplianceRunConfiguration class.

◆ ComplianceRunConfiguration() [2/2]

Lusid.Sdk.Model.ComplianceRunConfiguration.ComplianceRunConfiguration ( PreTradeConfiguration  preTradeConfiguration = default(PreTradeConfiguration))
inline

Initializes a new instance of the ComplianceRunConfiguration class.

Parameters
preTradeConfigurationpreTradeConfiguration (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRunConfiguration instances are equal

Parameters
inputInstance of ComplianceRunConfiguration to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PreTradeConfiguration

PreTradeConfiguration Lusid.Sdk.Model.ComplianceRunConfiguration.PreTradeConfiguration
getset

Gets or Sets PreTradeConfiguration


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