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

FundAmount More...

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

Public Member Functions

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

Properties

decimal Value [get, set]
 The value of the amount in the fund currency. More...
 

Detailed Description

FundAmount

Constructor & Destructor Documentation

◆ FundAmount()

Lusid.Sdk.Model.FundAmount.FundAmount ( decimal  value = default(decimal))
inline

Initializes a new instance of the FundAmount class.

Parameters
valueThe value of the amount in the fund currency..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FundAmount instances are equal

Parameters
inputInstance of FundAmount to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Value

decimal Lusid.Sdk.Model.FundAmount.Value
getset

The value of the amount in the fund currency.

The value of the amount in the fund currency.


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