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

UpsertPortfolioTransactionsResponse More...

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

Public Member Functions

 UpsertPortfolioTransactionsResponse (ModelVersion version=default(ModelVersion), string href=default(string), Dictionary< string, List< ResponseMetaData >> metadata=default(Dictionary< string, List< ResponseMetaData >>), List< Link > links=default(List< Link >))
 Initializes a new instance of the UpsertPortfolioTransactionsResponse 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 (UpsertPortfolioTransactionsResponse input)
 Returns true if UpsertPortfolioTransactionsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

UpsertPortfolioTransactionsResponse

Constructor & Destructor Documentation

◆ UpsertPortfolioTransactionsResponse() [1/2]

Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.UpsertPortfolioTransactionsResponse ( )
inlineprotected

Initializes a new instance of the UpsertPortfolioTransactionsResponse class.

◆ UpsertPortfolioTransactionsResponse() [2/2]

Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.UpsertPortfolioTransactionsResponse ( ModelVersion  version = default(ModelVersion),
string  href = default(string),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the UpsertPortfolioTransactionsResponse class.

Parameters
versionversion (required).
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
metadataContains warnings related to unresolved instruments or non-existent transaction types for the upserted trades.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertPortfolioTransactionsResponse instances are equal

Parameters
inputInstance of UpsertPortfolioTransactionsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse._Version
getset

Gets or Sets _Version

◆ Href

string Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.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.UpsertPortfolioTransactionsResponse.Links
getset

Gets or Sets Links

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.Metadata
getset

Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades

Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades


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