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

NavActivityAdjustment More...

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

Public Types

enum class  NavActivityAdjustmentTypeEnum { PortfolioTransaction = 1 , PortfolioSettlementInstruction = 2 , InstrumentActivity = 3 , QuoteActivity = 4 }
 The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. More...
 

Public Member Functions

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

Protected Member Functions

 NavActivityAdjustment ()
 Initializes a new instance of the NavActivityAdjustment class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

NavActivityAdjustmentTypeEnum NavActivityAdjustmentType [get, set]
 The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. More...
 

Detailed Description

NavActivityAdjustment

Member Enumeration Documentation

◆ NavActivityAdjustmentTypeEnum

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity.

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity.

Enumerator
PortfolioTransaction 

Enum PortfolioTransaction for value: PortfolioTransaction

PortfolioSettlementInstruction 

Enum PortfolioSettlementInstruction for value: PortfolioSettlementInstruction

InstrumentActivity 

Enum InstrumentActivity for value: InstrumentActivity

QuoteActivity 

Enum QuoteActivity for value: QuoteActivity

Constructor & Destructor Documentation

◆ NavActivityAdjustment() [1/2]

Lusid.Sdk.Model.NavActivityAdjustment.NavActivityAdjustment ( )
inlineprotected

Initializes a new instance of the NavActivityAdjustment class.

◆ NavActivityAdjustment() [2/2]

Lusid.Sdk.Model.NavActivityAdjustment.NavActivityAdjustment ( NavActivityAdjustmentTypeEnum  navActivityAdjustmentType = default(NavActivityAdjustmentTypeEnum))
inline

Initializes a new instance of the NavActivityAdjustment class.

Parameters
navActivityAdjustmentTypeThe type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. (required).

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.NavActivityAdjustment.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if NavActivityAdjustment instances are equal

Parameters
inputInstance of NavActivityAdjustment to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented in Lusid.Sdk.Model.QuoteActivity, Lusid.Sdk.Model.PortfolioTransaction, Lusid.Sdk.Model.PortfolioSettlementInstruction, and Lusid.Sdk.Model.InstrumentActivity.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ NavActivityAdjustmentType

NavActivityAdjustmentTypeEnum Lusid.Sdk.Model.NavActivityAdjustment.NavActivityAdjustmentType
getset

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity.

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity.


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