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

ConstituentsAdjustmentHeader More...

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

Public Member Functions

 ConstituentsAdjustmentHeader (DateTimeOffset effectiveAt=default(DateTimeOffset), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the ConstituentsAdjustmentHeader 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 (ConstituentsAdjustmentHeader input)
 Returns true if ConstituentsAdjustmentHeader instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DateTimeOffset EffectiveAt [get, set]
 There can be at most one holdings adjustment for a portfolio at a specific effective time so this uniquely identifies the adjustment. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ConstituentsAdjustmentHeader

Constructor & Destructor Documentation

◆ ConstituentsAdjustmentHeader()

Lusid.Sdk.Model.ConstituentsAdjustmentHeader.ConstituentsAdjustmentHeader ( DateTimeOffset  effectiveAt = default(DateTimeOffset),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ConstituentsAdjustmentHeader class.

Parameters
effectiveAtThere can be at most one holdings adjustment for a portfolio at a specific effective time so this uniquely identifies the adjustment..
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ConstituentsAdjustmentHeader instances are equal

Parameters
inputInstance of ConstituentsAdjustmentHeader to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.ConstituentsAdjustmentHeader._Version
getset

Gets or Sets _Version

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.ConstituentsAdjustmentHeader.EffectiveAt
getset

There can be at most one holdings adjustment for a portfolio at a specific effective time so this uniquely identifies the adjustment.

There can be at most one holdings adjustment for a portfolio at a specific effective time so this uniquely identifies the adjustment.

◆ Links

List<Link> Lusid.Sdk.Model.ConstituentsAdjustmentHeader.Links
getset

Gets or Sets Links


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