|
LUSID C# SDK
|
Specification for one side of a valuations/positions scheduled reconciliation More...

Public Member Functions | |
| ReconciliationSideConfiguration (ResourceId recipeId=default(ResourceId), DateTimeOffset? effectiveAt=default(DateTimeOffset?), DateTimeOffset? asAt=default(DateTimeOffset?), string currency=default(string)) | |
| Initializes a new instance of the ReconciliationSideConfiguration 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 (ReconciliationSideConfiguration input) |
| Returns true if ReconciliationSideConfiguration instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| ResourceId | RecipeId [get, set] |
| Gets or Sets RecipeId More... | |
| DateTimeOffset? | EffectiveAt [get, set] |
| Gets or Sets EffectiveAt More... | |
| DateTimeOffset? | AsAt [get, set] |
| Gets or Sets AsAt More... | |
| string | Currency [get, set] |
| Gets or Sets Currency More... | |
Specification for one side of a valuations/positions scheduled reconciliation
|
inline |
Initializes a new instance of the ReconciliationSideConfiguration class.
| recipeId | recipeId. |
| effectiveAt | effectiveAt. |
| asAt | asAt. |
| currency | currency. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ReconciliationSideConfiguration instances are equal
| input | Instance of ReconciliationSideConfiguration 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 |
Gets or Sets AsAt
|
getset |
Gets or Sets Currency
|
getset |
Gets or Sets EffectiveAt
|
getset |
Gets or Sets RecipeId