LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.ContractDetails Class Reference

Set of identifiers of an existing FlexibleLoan contract. More...

Inheritance diagram for Lusid.Sdk.Model.ContractDetails:
Inheritance graph
[legend]

Public Member Functions

 ContractDetails (Dictionary< string, string > identifiers=default(Dictionary< string, string >))
 Initializes a new instance of the ContractDetails class. More...
 
bool ShouldSerializeLusidInstrumentId ()
 Returns false as LusidInstrumentId should not be serialized given that it's read-only. More...
 
bool ShouldSerializeInstrumentScope ()
 Returns false as InstrumentScope should not be serialized given that it's read-only. More...
 
bool ShouldSerializeInstrumentName ()
 Returns false as InstrumentName should not be serialized given that it's read-only. More...
 
bool ShouldSerializeDomCcy ()
 Returns false as DomCcy should not be serialized given that it's read-only. 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 (ContractDetails input)
 Returns true if ContractDetails instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ContractDetails ()
 Initializes a new instance of the ContractDetails class. More...
 

Properties

Dictionary< string, string > Identifiers [get, set]
 Unique instrument identifiers. More...
 
string LusidInstrumentId [get]
 LUSID&#39;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...
 

Detailed Description

Set of identifiers of an existing FlexibleLoan contract.

Constructor & Destructor Documentation

◆ ContractDetails() [1/2]

Lusid.Sdk.Model.ContractDetails.ContractDetails ( )
inlineprotected

Initializes a new instance of the ContractDetails class.

◆ 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
identifiersUnique instrument identifiers. (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.ContractDetails.Equals ( ContractDetails  input)
inline

Returns true if ContractDetails instances are equal

Parameters
inputInstance of ContractDetails to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.ContractDetails.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ 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&#39;s internal unique instrument identifier - readonly field, resolved from the instrument identifiers.

LUSID&#39;s internal unique instrument identifier - readonly field, resolved from the instrument identifiers.


The documentation for this class was generated from the following file: