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

The details of a Fund. More...

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

Public Member Functions

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

Properties

string Currency [get, set]
 The currency of the fund which is the same as the base currency of all the portfolios of the fund's Abor. More...
 

Detailed Description

The details of a Fund.

Constructor & Destructor Documentation

◆ FundDetails()

Lusid.Sdk.Model.FundDetails.FundDetails ( string  currency = default(string))
inline

Initializes a new instance of the FundDetails class.

Parameters
currencyThe currency of the fund which is the same as the base currency of all the portfolios of the fund's Abor..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FundDetails instances are equal

Parameters
inputInstance of FundDetails to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.FundDetails.Currency
getset

The currency of the fund which is the same as the base currency of all the portfolios of the fund's Abor.

The currency of the fund which is the same as the base currency of all the portfolios of the fund's Abor.


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