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

BatchUpsertPortfolioTransactionsResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, TransactionValues [get, set]
 The transactions which have been successfully upserted. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The transactions that could not be upserted along with a reason for their failure. 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

BatchUpsertPortfolioTransactionsResponse

Constructor & Destructor Documentation

◆ BatchUpsertPortfolioTransactionsResponse()

Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.BatchUpsertPortfolioTransactionsResponse ( Dictionary< string, Transaction values = default(Dictionary<string, Transaction>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the BatchUpsertPortfolioTransactionsResponse class.

Parameters
valuesThe transactions which have been successfully upserted..
failedThe transactions that could not be upserted along with a reason for their failure..
metadataContains warnings related to unresolved instruments or non-existent transaction types for the upserted trades.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchUpsertPortfolioTransactionsResponse instances are equal

Parameters
inputInstance of BatchUpsertPortfolioTransactionsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Failed
getset

The transactions that could not be upserted along with a reason for their failure.

The transactions that could not be upserted along with a reason for their failure.

◆ Links

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

Gets or Sets Links

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.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

◆ Values

Dictionary<string, Transaction> Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Values
getset

The transactions which have been successfully upserted.

The transactions which have been successfully upserted.


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