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

InstrumentResolutionDetail More...

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

Public Member Functions

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

Protected Member Functions

 InstrumentResolutionDetail ()
 Initializes a new instance of the InstrumentResolutionDetail 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. More...
 
decimal? LaunchPrice [get, set]
 The launch price set when a shareclass is added to the fund. Defaults to 1. More...
 
DateTimeOffset? LaunchDate [get, set]
 The launch date set when a shareclass is added to the fund. Defaults to Fund Inception Date. More...
 

Detailed Description

InstrumentResolutionDetail

Constructor & Destructor Documentation

◆ InstrumentResolutionDetail() [1/2]

Lusid.Sdk.Model.InstrumentResolutionDetail.InstrumentResolutionDetail ( )
inlineprotected

Initializes a new instance of the InstrumentResolutionDetail class.

◆ InstrumentResolutionDetail() [2/2]

Lusid.Sdk.Model.InstrumentResolutionDetail.InstrumentResolutionDetail ( Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>),
decimal?  launchPrice = default(decimal?),
DateTimeOffset?  launchDate = default(DateTimeOffset?) 
)
inline

Initializes a new instance of the InstrumentResolutionDetail class.

Parameters
instrumentIdentifiersUnique instrument identifiers (required).
launchPriceThe launch price set when a shareclass is added to the fund. Defaults to 1..
launchDateThe launch date set when a shareclass is added to the fund. Defaults to Fund Inception Date..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentResolutionDetail instances are equal

Parameters
inputInstance of InstrumentResolutionDetail to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ShouldSerializeInstrumentScope()

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

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

Returns
false (boolean)

◆ ShouldSerializeLusidInstrumentId()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InstrumentIdentifiers

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

Unique instrument identifiers

Unique instrument identifiers

◆ InstrumentScope

string Lusid.Sdk.Model.InstrumentResolutionDetail.InstrumentScope
get

The scope in which the instrument lies.

The scope in which the instrument lies.

◆ LaunchDate

DateTimeOffset? Lusid.Sdk.Model.InstrumentResolutionDetail.LaunchDate
getset

The launch date set when a shareclass is added to the fund. Defaults to Fund Inception Date.

The launch date set when a shareclass is added to the fund. Defaults to Fund Inception Date.

◆ LaunchPrice

decimal? Lusid.Sdk.Model.InstrumentResolutionDetail.LaunchPrice
getset

The launch price set when a shareclass is added to the fund. Defaults to 1.

The launch price set when a shareclass is added to the fund. Defaults to 1.

◆ LusidInstrumentId

string Lusid.Sdk.Model.InstrumentResolutionDetail.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: