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

Holding context node. Contains settings that control how LUSID handles holdings within portfolios. More...

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

Public Member Functions

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

Properties

bool TaxLotLevelHoldings [get, set]
 Whether or not to expand the holdings to return the underlying tax-lots. Defaults to True. More...
 

Detailed Description

Holding context node. Contains settings that control how LUSID handles holdings within portfolios.

Constructor & Destructor Documentation

◆ HoldingContext()

Lusid.Sdk.Model.HoldingContext.HoldingContext ( bool  taxLotLevelHoldings = default(bool))
inline

Initializes a new instance of the HoldingContext class.

Parameters
taxLotLevelHoldingsWhether or not to expand the holdings to return the underlying tax-lots. Defaults to True..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if HoldingContext instances are equal

Parameters
inputInstance of HoldingContext to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ TaxLotLevelHoldings

bool Lusid.Sdk.Model.HoldingContext.TaxLotLevelHoldings
getset

Whether or not to expand the holdings to return the underlying tax-lots. Defaults to True.

Whether or not to expand the holdings to return the underlying tax-lots. Defaults to True.


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