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

SeriesDefinition More...

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

Public Member Functions

 SeriesDefinition (string seriesIdentifier=default(string), string seriesType=default(string), DateTimeOffset launchDate=default(DateTimeOffset), string launchPriceType=default(string), string domCcy=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the SeriesDefinition 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 (SeriesDefinition input)
 Returns true if SeriesDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string SeriesIdentifier [get, set]
 The identifier that uniquely identifies this Series within the Share Class. More...
 
string SeriesType [get, set]
 The type of the Series. Available values: Lead, Standard. More...
 
DateTimeOffset LaunchDate [get, set]
 The date on which the Series was launched. More...
 
string LaunchPriceType [get, set]
 The type of launch price for the Series. Available values: Manual, Calculated. More...
 
string DomCcy [get, set]
 The denomination currency of the Series. More...
 
Dictionary< string, PropertyProperties [get, set]
 An optional set of properties to associate with the Series. Only applied if createInstrument is set to true on the parent Fund. More...
 

Detailed Description

SeriesDefinition

Constructor & Destructor Documentation

◆ SeriesDefinition() [1/2]

Lusid.Sdk.Model.SeriesDefinition.SeriesDefinition ( )
inlineprotected

Initializes a new instance of the SeriesDefinition class.

◆ SeriesDefinition() [2/2]

Lusid.Sdk.Model.SeriesDefinition.SeriesDefinition ( string  seriesIdentifier = default(string),
string  seriesType = default(string),
DateTimeOffset  launchDate = default(DateTimeOffset),
string  launchPriceType = default(string),
string  domCcy = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the SeriesDefinition class.

Parameters
seriesIdentifierThe identifier that uniquely identifies this Series within the Share Class. (required).
seriesTypeThe type of the Series. Available values: Lead, Standard. (required).
launchDateThe date on which the Series was launched. (required).
launchPriceTypeThe type of launch price for the Series. Available values: Manual, Calculated. (required).
domCcyThe denomination currency of the Series. (required).
propertiesAn optional set of properties to associate with the Series. Only applied if createInstrument is set to true on the parent Fund..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SeriesDefinition instances are equal

Parameters
inputInstance of SeriesDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.SeriesDefinition.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DomCcy

string Lusid.Sdk.Model.SeriesDefinition.DomCcy
getset

The denomination currency of the Series.

The denomination currency of the Series.

◆ LaunchDate

DateTimeOffset Lusid.Sdk.Model.SeriesDefinition.LaunchDate
getset

The date on which the Series was launched.

The date on which the Series was launched.

◆ LaunchPriceType

string Lusid.Sdk.Model.SeriesDefinition.LaunchPriceType
getset

The type of launch price for the Series. Available values: Manual, Calculated.

The type of launch price for the Series. Available values: Manual, Calculated.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.SeriesDefinition.Properties
getset

An optional set of properties to associate with the Series. Only applied if createInstrument is set to true on the parent Fund.

An optional set of properties to associate with the Series. Only applied if createInstrument is set to true on the parent Fund.

◆ SeriesIdentifier

string Lusid.Sdk.Model.SeriesDefinition.SeriesIdentifier
getset

The identifier that uniquely identifies this Series within the Share Class.

The identifier that uniquely identifies this Series within the Share Class.

◆ SeriesType

string Lusid.Sdk.Model.SeriesDefinition.SeriesType
getset

The type of the Series. Available values: Lead, Standard.

The type of the Series. Available values: Lead, Standard.


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