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

NavActivityAdjustmentResponse More...

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

Public Types

enum class  NavActivityAdjustmentTypeEnum { PortfolioTransactionAdjustment = 1 , PortfolioSettlementInstructionAdjustment = 2 , InstrumentActivityAdjustment = 3 , QuoteActivityAdjustment = 4 }
 The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransactionAdjustment, PortfolioSettlementInstructionAdjustment, InstrumentActivityAdjustment, QuoteActivityAdjustment. More...
 

Public Member Functions

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

Protected Member Functions

 NavActivityAdjustmentResponse ()
 Initializes a new instance of the NavActivityAdjustmentResponse 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: PortfolioTransactionAdjustment, PortfolioSettlementInstructionAdjustment, InstrumentActivityAdjustment, QuoteActivityAdjustment. More...
 

Detailed Description

NavActivityAdjustmentResponse

Member Enumeration Documentation

◆ NavActivityAdjustmentTypeEnum

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransactionAdjustment, PortfolioSettlementInstructionAdjustment, InstrumentActivityAdjustment, QuoteActivityAdjustment.

The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransactionAdjustment, PortfolioSettlementInstructionAdjustment, InstrumentActivityAdjustment, QuoteActivityAdjustment.

Enumerator
PortfolioTransactionAdjustment 

Enum PortfolioTransactionAdjustment for value: PortfolioTransactionAdjustment

PortfolioSettlementInstructionAdjustment 

Enum PortfolioSettlementInstructionAdjustment for value: PortfolioSettlementInstructionAdjustment

InstrumentActivityAdjustment 

Enum InstrumentActivityAdjustment for value: InstrumentActivityAdjustment

QuoteActivityAdjustment 

Enum QuoteActivityAdjustment for value: QuoteActivityAdjustment

Constructor & Destructor Documentation

◆ NavActivityAdjustmentResponse() [1/2]

Lusid.Sdk.Model.NavActivityAdjustmentResponse.NavActivityAdjustmentResponse ( )
inlineprotected

Initializes a new instance of the NavActivityAdjustmentResponse class.

◆ NavActivityAdjustmentResponse() [2/2]

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

Initializes a new instance of the NavActivityAdjustmentResponse class.

Parameters
navActivityAdjustmentTypeThe type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransactionAdjustment, PortfolioSettlementInstructionAdjustment, InstrumentActivityAdjustment, QuoteActivityAdjustment. (required).

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if NavActivityAdjustmentResponse instances are equal

Parameters
inputInstance of NavActivityAdjustmentResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented in Lusid.Sdk.Model.QuoteActivityAdjustment, Lusid.Sdk.Model.PortfolioTransactionAdjustment, Lusid.Sdk.Model.PortfolioSettlementInstructionAdjustment, and Lusid.Sdk.Model.InstrumentActivityAdjustment.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ NavActivityAdjustmentType

NavActivityAdjustmentTypeEnum Lusid.Sdk.Model.NavActivityAdjustmentResponse.NavActivityAdjustmentType
getset

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