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

PortfolioDetails More...

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

Public Member Functions

 PortfolioDetails (string href=default(string), ResourceId originPortfolioId=default(ResourceId), Version version=default(Version), string baseCurrency=default(string), ResourceId corporateActionSourceId=default(ResourceId), List< string > subHoldingKeys=default(List< string >), List< Link > links=default(List< Link >))
 Initializes a new instance of the PortfolioDetails 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 (PortfolioDetails input)
 Returns true if PortfolioDetails instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ResourceId OriginPortfolioId [get, set]
 Gets or Sets OriginPortfolioId More...
 
Version Version [get, set]
 Gets or Sets Version More...
 
string BaseCurrency [get, set]
 The base currency of the transaction portfolio. More...
 
ResourceId CorporateActionSourceId [get, set]
 Gets or Sets CorporateActionSourceId More...
 
List< string > SubHoldingKeys [get, set]
 Gets or Sets SubHoldingKeys More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

PortfolioDetails

Constructor & Destructor Documentation

◆ PortfolioDetails() [1/2]

Lusid.Sdk.Model.PortfolioDetails.PortfolioDetails ( )
inlineprotected

Initializes a new instance of the PortfolioDetails class.

◆ PortfolioDetails() [2/2]

Lusid.Sdk.Model.PortfolioDetails.PortfolioDetails ( string  href = default(string),
ResourceId  originPortfolioId = default(ResourceId),
Version  version = default(Version),
string  baseCurrency = default(string),
ResourceId  corporateActionSourceId = default(ResourceId),
List< string >  subHoldingKeys = default(List<string>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PortfolioDetails class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
originPortfolioIdoriginPortfolioId (required).
versionversion (required).
baseCurrencyThe base currency of the transaction portfolio. (required).
corporateActionSourceIdcorporateActionSourceId.
subHoldingKeyssubHoldingKeys.
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfolioDetails instances are equal

Parameters
inputInstance of PortfolioDetails to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BaseCurrency

string Lusid.Sdk.Model.PortfolioDetails.BaseCurrency
getset

The base currency of the transaction portfolio.

The base currency of the transaction portfolio.

◆ CorporateActionSourceId

ResourceId Lusid.Sdk.Model.PortfolioDetails.CorporateActionSourceId
getset

Gets or Sets CorporateActionSourceId

◆ Href

string Lusid.Sdk.Model.PortfolioDetails.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

List<Link> Lusid.Sdk.Model.PortfolioDetails.Links
getset

Collection of links.

Collection of links.

◆ OriginPortfolioId

ResourceId Lusid.Sdk.Model.PortfolioDetails.OriginPortfolioId
getset

Gets or Sets OriginPortfolioId

◆ SubHoldingKeys

List<string> Lusid.Sdk.Model.PortfolioDetails.SubHoldingKeys
getset

Gets or Sets SubHoldingKeys

◆ Version

Version Lusid.Sdk.Model.PortfolioDetails.Version
getset

Gets or Sets Version


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