|
LUSID C# SDK
|

Public Member Functions | |
| PortfolioTransaction (DateTimeOffset asAt=default(DateTimeOffset), string portfolioScope=default(string), string portfolioCode=default(string), string transactionId=default(string), NavActivityAdjustmentTypeEnum navActivityAdjustmentType=default(NavActivityAdjustmentTypeEnum)) | |
| Initializes a new instance of the PortfolioTransaction class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (PortfolioTransaction input) |
| Returns true if PortfolioTransaction instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.NavActivityAdjustment | |
| 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... | |
| 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 | |
| PortfolioTransaction () | |
| Initializes a new instance of the PortfolioTransaction class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.NavActivityAdjustment | |
| 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 | |
| DateTimeOffset | AsAt [get, set] |
| The asAt time for which the adjustment is being applied. More... | |
| string | PortfolioScope [get, set] |
| The portfolio scope of the given entity More... | |
| string | PortfolioCode [get, set] |
| The portfolio code of the given entity More... | |
| string | TransactionId [get, set] |
| The transaction Id of the PortfolioTransaction being adjusted More... | |
Properties inherited from Lusid.Sdk.Model.NavActivityAdjustment | |
| NavActivityAdjustmentTypeEnum | NavActivityAdjustmentType [get, set] |
| The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.NavActivityAdjustment | |
| 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... | |
|
inlineprotected |
Initializes a new instance of the PortfolioTransaction class.
|
inline |
Initializes a new instance of the PortfolioTransaction class.
| asAt | The asAt time for which the adjustment is being applied. (required). |
| portfolioScope | The portfolio scope of the given entity (required). |
| portfolioCode | The portfolio code of the given entity (required). |
| transactionId | The transaction Id of the PortfolioTransaction being adjusted (required). |
| navActivityAdjustmentType | The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. (required) (default to "PortfolioTransaction"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if PortfolioTransaction instances are equal
| input | Instance of PortfolioTransaction to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.NavActivityAdjustment.
|
inline |
Returns the string presentation of the object
|
getset |
The asAt time for which the adjustment is being applied.
The asAt time for which the adjustment is being applied.
|
getset |
The portfolio code of the given entity
The portfolio code of the given entity
|
getset |
The portfolio scope of the given entity
The portfolio scope of the given entity
|
getset |
The transaction Id of the PortfolioTransaction being adjusted
The transaction Id of the PortfolioTransaction being adjusted