CreateReferencePortfolioRequest
More...
◆ CreateReferencePortfolioRequest() [1/2]
| Lusid.Sdk.Model.CreateReferencePortfolioRequest.CreateReferencePortfolioRequest |
( |
| ) |
|
|
inlineprotected |
◆ CreateReferencePortfolioRequest() [2/2]
| Lusid.Sdk.Model.CreateReferencePortfolioRequest.CreateReferencePortfolioRequest |
( |
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
code = default(string), |
|
|
DateTimeOffset? |
created = default(DateTimeOffset?), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< string > |
instrumentScopes = default(List<string>), |
|
|
string |
baseCurrency = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the CreateReferencePortfolioRequest class.
- Parameters
-
| displayName | The name of the reference portfolio. (required). |
| description | A long form text description of the portfolio.. |
| code | Unique identifier for the portfolio. (required). |
| created | The original creation date, defaults to today if not specified when creating a portfolio.. |
| properties | Portfolio properties to add to the portfolio.. |
| instrumentScopes | Instrument Scopes.. |
| baseCurrency | The base currency of the transaction portfolio in ISO 4217 currency code format.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CreateReferencePortfolioRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CreateReferencePortfolioRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.CreateReferencePortfolioRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.CreateReferencePortfolioRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ BaseCurrency
| string Lusid.Sdk.Model.CreateReferencePortfolioRequest.BaseCurrency |
|
getset |
The base currency of the transaction portfolio in ISO 4217 currency code format.
The base currency of the transaction portfolio in ISO 4217 currency code format.
◆ Code
| string Lusid.Sdk.Model.CreateReferencePortfolioRequest.Code |
|
getset |
Unique identifier for the portfolio.
Unique identifier for the portfolio.
◆ Created
| DateTimeOffset? Lusid.Sdk.Model.CreateReferencePortfolioRequest.Created |
|
getset |
The original creation date, defaults to today if not specified when creating a portfolio.
The original creation date, defaults to today if not specified when creating a portfolio.
◆ Description
| string Lusid.Sdk.Model.CreateReferencePortfolioRequest.Description |
|
getset |
A long form text description of the portfolio.
A long form text description of the portfolio.
◆ DisplayName
| string Lusid.Sdk.Model.CreateReferencePortfolioRequest.DisplayName |
|
getset |
The name of the reference portfolio.
The name of the reference portfolio.
◆ InstrumentScopes
| List<string> Lusid.Sdk.Model.CreateReferencePortfolioRequest.InstrumentScopes |
|
getset |
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.CreateReferencePortfolioRequest.Properties |
|
getset |
Portfolio properties to add to the portfolio.
Portfolio properties to add to the portfolio.
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/CreateReferencePortfolioRequest.cs