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

RoundingConfigurationComponent More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string RoundingType [get, set]
 The type of rounding that should be used, eg: Up, Down, NearestRoundHalfAwayFromZero More...
 

Detailed Description

RoundingConfigurationComponent

Constructor & Destructor Documentation

◆ RoundingConfigurationComponent() [1/2]

Lusid.Sdk.Model.RoundingConfigurationComponent.RoundingConfigurationComponent ( )
inlineprotected

Initializes a new instance of the RoundingConfigurationComponent class.

◆ RoundingConfigurationComponent() [2/2]

Lusid.Sdk.Model.RoundingConfigurationComponent.RoundingConfigurationComponent ( string  roundingType = default(string))
inline

Initializes a new instance of the RoundingConfigurationComponent class.

Parameters
roundingTypeThe type of rounding that should be used, eg: Up, Down, NearestRoundHalfAwayFromZero (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RoundingConfigurationComponent instances are equal

Parameters
inputInstance of RoundingConfigurationComponent to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RoundingType

string Lusid.Sdk.Model.RoundingConfigurationComponent.RoundingType
getset

The type of rounding that should be used, eg: Up, Down, NearestRoundHalfAwayFromZero

The type of rounding that should be used, eg: Up, Down, NearestRoundHalfAwayFromZero


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