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

CreateReferencePortfolioRequest More...

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

Public Member Functions

 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))
 Initializes a new instance of the CreateReferencePortfolioRequest 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 (CreateReferencePortfolioRequest input)
 Returns true if CreateReferencePortfolioRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the reference portfolio. More...
 
string Description [get, set]
 A long form text description of the portfolio. More...
 
string Code [get, set]
 Unique identifier for the portfolio. More...
 
DateTimeOffset? Created [get, set]
 The original creation date, defaults to today if not specified when creating a portfolio. More...
 
Dictionary< string, PropertyProperties [get, set]
 Portfolio properties to add to the portfolio. More...
 
List< string > InstrumentScopes [get, set]
 Instrument Scopes. More...
 
string BaseCurrency [get, set]
 The base currency of the transaction portfolio in ISO 4217 currency code format. More...
 

Detailed Description

CreateReferencePortfolioRequest

Constructor & Destructor Documentation

◆ CreateReferencePortfolioRequest() [1/2]

Lusid.Sdk.Model.CreateReferencePortfolioRequest.CreateReferencePortfolioRequest ( )
inlineprotected

Initializes a new instance of the CreateReferencePortfolioRequest class.

◆ 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
displayNameThe name of the reference portfolio. (required).
descriptionA long form text description of the portfolio..
codeUnique identifier for the portfolio. (required).
createdThe original creation date, defaults to today if not specified when creating a portfolio..
propertiesPortfolio properties to add to the portfolio..
instrumentScopesInstrument Scopes..
baseCurrencyThe base currency of the transaction portfolio in ISO 4217 currency code format..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateReferencePortfolioRequest instances are equal

Parameters
inputInstance of CreateReferencePortfolioRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ 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

Instrument Scopes.

Instrument Scopes.

◆ 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: