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

Set of identifiers of an existing instrument that will be the subject or distribution of a corporate action. More...

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

Public Member Functions

 NewInstrument (Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >))
 Initializes a new instance of the NewInstrument 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 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 (NewInstrument input)
 Returns true if NewInstrument instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, string > InstrumentIdentifiers [get, set]
 Unique instrument identifiers. More...
 
string LusidInstrumentId [get]
 LUSID&#39;s internal unique instrument identifier, resolved from the instrument identifiers. More...
 
string InstrumentScope [get]
 The scope in which the instrument lies, resolved from the instrument identifiers. More...
 
string DomCcy [get]
 The domestic currency of the instrument, resolved from the instrument identifiers. More...
 

Detailed Description

Set of identifiers of an existing instrument that will be the subject or distribution of a corporate action.

Constructor & Destructor Documentation

◆ NewInstrument() [1/2]

Lusid.Sdk.Model.NewInstrument.NewInstrument ( )
inlineprotected

Initializes a new instance of the NewInstrument class.

◆ NewInstrument() [2/2]

Lusid.Sdk.Model.NewInstrument.NewInstrument ( Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>))
inline

Initializes a new instance of the NewInstrument class.

Parameters
instrumentIdentifiersUnique instrument identifiers. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if NewInstrument instances are equal

Parameters
inputInstance of NewInstrument to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.NewInstrument.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ShouldSerializeDomCcy()

bool Lusid.Sdk.Model.NewInstrument.ShouldSerializeDomCcy ( )
inline

Returns false as DomCcy should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ShouldSerializeInstrumentScope()

bool Lusid.Sdk.Model.NewInstrument.ShouldSerializeInstrumentScope ( )
inline

Returns false as InstrumentScope should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ShouldSerializeLusidInstrumentId()

bool Lusid.Sdk.Model.NewInstrument.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.NewInstrument.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.NewInstrument.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DomCcy

string Lusid.Sdk.Model.NewInstrument.DomCcy
get

The domestic currency of the instrument, resolved from the instrument identifiers.

The domestic currency of the instrument, resolved from the instrument identifiers.

◆ InstrumentIdentifiers

Dictionary<string, string> Lusid.Sdk.Model.NewInstrument.InstrumentIdentifiers
getset

Unique instrument identifiers.

Unique instrument identifiers.

◆ InstrumentScope

string Lusid.Sdk.Model.NewInstrument.InstrumentScope
get

The scope in which the instrument lies, resolved from the instrument identifiers.

The scope in which the instrument lies, resolved from the instrument identifiers.

◆ LusidInstrumentId

string Lusid.Sdk.Model.NewInstrument.LusidInstrumentId
get

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

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


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