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

BatchAdjustHoldingsResponse More...

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

Public Member Functions

 BatchAdjustHoldingsResponse (Dictionary< string, HoldingAdjustmentWithDate > values=default(Dictionary< string, HoldingAdjustmentWithDate >), 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 BatchAdjustHoldingsResponse 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 (BatchAdjustHoldingsResponse input)
 Returns true if BatchAdjustHoldingsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, HoldingAdjustmentWithDateValues [get, set]
 The holdings which have been successfully adjusted. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The holdings that could not be adjusted along with a reason for their failure. More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Contains warnings related to adjusted holdings More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchAdjustHoldingsResponse

Constructor & Destructor Documentation

◆ BatchAdjustHoldingsResponse()

Lusid.Sdk.Model.BatchAdjustHoldingsResponse.BatchAdjustHoldingsResponse ( Dictionary< string, HoldingAdjustmentWithDate values = default(Dictionary<string, HoldingAdjustmentWithDate>),
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 BatchAdjustHoldingsResponse class.

Parameters
valuesThe holdings which have been successfully adjusted..
failedThe holdings that could not be adjusted along with a reason for their failure..
metadataContains warnings related to adjusted holdings.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchAdjustHoldingsResponse instances are equal

Parameters
inputInstance of BatchAdjustHoldingsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

The holdings that could not be adjusted along with a reason for their failure.

The holdings that could not be adjusted along with a reason for their failure.

◆ Links

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

Gets or Sets Links

◆ Metadata

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

Contains warnings related to adjusted holdings

Contains warnings related to adjusted holdings

◆ Values

Dictionary<string, HoldingAdjustmentWithDate> Lusid.Sdk.Model.BatchAdjustHoldingsResponse.Values
getset

The holdings which have been successfully adjusted.

The holdings which have been successfully adjusted.


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