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

A2B Category - one of the five major categories in the A2BDataRecord More...

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

Public Member Functions

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

Properties

A2BBreakdown HoldingCurrency [get, set]
 Gets or Sets HoldingCurrency More...
 
A2BBreakdown PortfolioCurrency [get, set]
 Gets or Sets PortfolioCurrency More...
 

Detailed Description

A2B Category - one of the five major categories in the A2BDataRecord

Constructor & Destructor Documentation

◆ A2BCategory()

Lusid.Sdk.Model.A2BCategory.A2BCategory ( A2BBreakdown  holdingCurrency = default(A2BBreakdown),
A2BBreakdown  portfolioCurrency = default(A2BBreakdown) 
)
inline

Initializes a new instance of the A2BCategory class.

Parameters
holdingCurrencyholdingCurrency.
portfolioCurrencyportfolioCurrency.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if A2BCategory instances are equal

Parameters
inputInstance of A2BCategory to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ HoldingCurrency

A2BBreakdown Lusid.Sdk.Model.A2BCategory.HoldingCurrency
getset

Gets or Sets HoldingCurrency

◆ PortfolioCurrency

A2BBreakdown Lusid.Sdk.Model.A2BCategory.PortfolioCurrency
getset

Gets or Sets PortfolioCurrency


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