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

A list of transactions contributed to a holding. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

A list of transactions contributed to a holding.

Constructor & Destructor Documentation

◆ HoldingContributor() [1/2]

Lusid.Sdk.Model.HoldingContributor.HoldingContributor ( )
inlineprotected

Initializes a new instance of the HoldingContributor class.

◆ HoldingContributor() [2/2]

Lusid.Sdk.Model.HoldingContributor.HoldingContributor ( Transaction  transaction = default(Transaction))
inline

Initializes a new instance of the HoldingContributor class.

Parameters
transactiontransaction (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if HoldingContributor instances are equal

Parameters
inputInstance of HoldingContributor to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Transaction

Transaction Lusid.Sdk.Model.HoldingContributor.Transaction
getset

Gets or Sets Transaction


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