|
LUSID C# SDK
|
A record of holdings adjustments made on the transaction portfolio. More...

Public Types | |
| enum class | UnmatchedHoldingMethodEnum { PositionToZero = 1 , KeepTheSame = 2 } |
| Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame. More... | |
Public Member Functions | |
| HoldingsAdjustmentHeader (DateTimeOffset effectiveAt=default(DateTimeOffset), ModelVersion varVersion=default(ModelVersion), UnmatchedHoldingMethodEnum unmatchedHoldingMethod=default(UnmatchedHoldingMethodEnum), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the HoldingsAdjustmentHeader 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 (HoldingsAdjustmentHeader input) |
| Returns true if HoldingsAdjustmentHeader instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| HoldingsAdjustmentHeader () | |
| Initializes a new instance of the HoldingsAdjustmentHeader class. More... | |
Properties | |
| UnmatchedHoldingMethodEnum | UnmatchedHoldingMethod [get, set] |
| Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame. More... | |
| DateTimeOffset | EffectiveAt [get, set] |
| The effective datetime from which the adjustment is valid. There can only be one holdings adjustment for a transaction portfolio at a specific effective datetime, so this uniquely identifies the adjustment. More... | |
| ModelVersion | VarVersion [get, set] |
| Gets or Sets VarVersion More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
A record of holdings adjustments made on the transaction portfolio.
Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame.
Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame.
| Enumerator | |
|---|---|
| PositionToZero | Enum PositionToZero for value: PositionToZero |
| KeepTheSame | Enum KeepTheSame for value: KeepTheSame |
|
inlineprotected |
Initializes a new instance of the HoldingsAdjustmentHeader class.
|
inline |
Initializes a new instance of the HoldingsAdjustmentHeader class.
| effectiveAt | The effective datetime from which the adjustment is valid. There can only be one holdings adjustment for a transaction portfolio at a specific effective datetime, so this uniquely identifies the adjustment. (required). |
| varVersion | varVersion (required). |
| unmatchedHoldingMethod | Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame. (required). |
| links | links. |
|
inline |
Returns true if HoldingsAdjustmentHeader instances are equal
| input | Instance of HoldingsAdjustmentHeader 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
|
inline |
Returns the string presentation of the object
|
getset |
The effective datetime from which the adjustment is valid. There can only be one holdings adjustment for a transaction portfolio at a specific effective datetime, so this uniquely identifies the adjustment.
The effective datetime from which the adjustment is valid. There can only be one holdings adjustment for a transaction portfolio at a specific effective datetime, so this uniquely identifies the adjustment.
|
getset |
Gets or Sets Links
|
getset |
Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame.
Describes how the holdings were adjusted. If 'PositionToZero' the entire transaction portfolio's holdings were set via a call to 'Set holdings'. If 'KeepTheSame' only the specified holdings were adjusted via a call to 'Adjust holdings'. Available values: PositionToZero, KeepTheSame.
|
getset |
Gets or Sets VarVersion