|
LUSID C# SDK
|

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... | |
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 |
|
inlineprotected |
Initializes a new instance of the NavActivityAdjustment class.
|
inline |
Initializes a new instance of the NavActivityAdjustment class.
| navActivityAdjustmentType | The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. (required). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if NavActivityAdjustment instances are equal
| input | Instance of NavActivityAdjustment to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the 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.
|
inline |
Returns the string presentation of the object
|
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.