Set of identifiers of an existing FlexibleLoan contract.
More...
|
| Dictionary< string, string > | Identifiers [get, set] |
| | Unique instrument identifiers. More...
|
| |
| string | LusidInstrumentId [get] |
| | LUSID's internal unique instrument identifier - readonly field, resolved from the instrument identifiers. More...
|
| |
| string | InstrumentScope [get] |
| | The scope in which the FlexibleLoan instrument lies - readonly field, resolved from the instrument identifiers. More...
|
| |
| string | InstrumentName [get] |
| | The name of the FlexibleLoan instrument - readonly field, resolved from the instrument identifiers. More...
|
| |
| string | DomCcy [get] |
| | The domestic currency of the instrument - readonly field, resolved from the instrument identifiers. More...
|
| |
Set of identifiers of an existing FlexibleLoan contract.
◆ ContractDetails() [1/2]
| Lusid.Sdk.Model.ContractDetails.ContractDetails |
( |
| ) |
|
|
inlineprotected |
◆ ContractDetails() [2/2]
| Lusid.Sdk.Model.ContractDetails.ContractDetails |
( |
Dictionary< string, string > |
identifiers = default(Dictionary<string, string>) | ) |
|
|
inline |
Initializes a new instance of the ContractDetails class.
- Parameters
-
| identifiers | Unique instrument identifiers. (required). |
◆ Equals() [1/2]
Returns true if ContractDetails instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.ContractDetails.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ContractDetails.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ShouldSerializeDomCcy()
| bool Lusid.Sdk.Model.ContractDetails.ShouldSerializeDomCcy |
( |
| ) |
|
|
inline |
Returns false as DomCcy should not be serialized given that it's read-only.
- Returns
- false (boolean)
◆ ShouldSerializeInstrumentName()
| bool Lusid.Sdk.Model.ContractDetails.ShouldSerializeInstrumentName |
( |
| ) |
|
|
inline |
Returns false as InstrumentName should not be serialized given that it's read-only.
- Returns
- false (boolean)
◆ ShouldSerializeInstrumentScope()
| bool Lusid.Sdk.Model.ContractDetails.ShouldSerializeInstrumentScope |
( |
| ) |
|
|
inline |
Returns false as InstrumentScope should not be serialized given that it's read-only.
- Returns
- false (boolean)
◆ ShouldSerializeLusidInstrumentId()
| bool Lusid.Sdk.Model.ContractDetails.ShouldSerializeLusidInstrumentId |
( |
| ) |
|
|
inline |
Returns false as LusidInstrumentId should not be serialized given that it's read-only.
- Returns
- false (boolean)
◆ ToJson()
| virtual string Lusid.Sdk.Model.ContractDetails.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ContractDetails.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ DomCcy
| string Lusid.Sdk.Model.ContractDetails.DomCcy |
|
get |
The domestic currency of the instrument - readonly field, resolved from the instrument identifiers.
The domestic currency of the instrument - readonly field, resolved from the instrument identifiers.
◆ Identifiers
| Dictionary<string, string> Lusid.Sdk.Model.ContractDetails.Identifiers |
|
getset |
Unique instrument identifiers.
Unique instrument identifiers.
◆ InstrumentName
| string Lusid.Sdk.Model.ContractDetails.InstrumentName |
|
get |
The name of the FlexibleLoan instrument - readonly field, resolved from the instrument identifiers.
The name of the FlexibleLoan instrument - readonly field, resolved from the instrument identifiers.
◆ InstrumentScope
| string Lusid.Sdk.Model.ContractDetails.InstrumentScope |
|
get |
The scope in which the FlexibleLoan instrument lies - readonly field, resolved from the instrument identifiers.
The scope in which the FlexibleLoan instrument lies - readonly field, resolved from the instrument identifiers.
◆ LusidInstrumentId
| string Lusid.Sdk.Model.ContractDetails.LusidInstrumentId |
|
get |
LUSID's internal unique instrument identifier - readonly field, resolved from the instrument identifiers.
LUSID's internal unique instrument identifier - readonly field, resolved from the instrument identifiers.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ContractDetails.cs