Series
More...
|
| | Series (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 Series 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 (Series input) |
| | Returns true if Series instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
◆ Series() [1/2]
| Lusid.Sdk.Model.Series.Series |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the Series class.
◆ Series() [2/2]
| Lusid.Sdk.Model.Series.Series |
( |
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 Series class.
- Parameters
-
| seriesIdentifier | The identifier that uniquely identifies this Series within the Share Class. (required). |
| seriesType | The type of the Series. Available values: Lead, Standard. (required). |
| launchDate | The date on which the Series was launched. (required). |
| launchPriceType | The type of launch price for the Series. Available values: Manual, Calculated. (required). |
| domCcy | The denomination currency of the Series. (required). |
| properties | An optional set of properties to associate with the Series. Only applied if createInstrument is set to true on the parent Fund.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.Series.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.Series.Equals |
( |
Series |
input | ) |
|
|
inline |
Returns true if Series instances are equal
- Parameters
-
| input | Instance of Series to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Series.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Series.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Series.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ DomCcy
| string Lusid.Sdk.Model.Series.DomCcy |
|
getset |
The denomination currency of the Series.
The denomination currency of the Series.
◆ LaunchDate
| DateTimeOffset Lusid.Sdk.Model.Series.LaunchDate |
|
getset |
The date on which the Series was launched.
The date on which the Series was launched.
◆ LaunchPriceType
| string Lusid.Sdk.Model.Series.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.Series.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.Series.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.Series.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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/Series.cs