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

BookTransactionsResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, TransactionValues [get, set]
 Gets or Sets Values More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 Gets or Sets Failed More...
 

Detailed Description

BookTransactionsResponse

Constructor & Destructor Documentation

◆ BookTransactionsResponse()

Lusid.Sdk.Model.BookTransactionsResponse.BookTransactionsResponse ( Dictionary< string, Transaction values = default(Dictionary<string, Transaction>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>) 
)
inline

Initializes a new instance of the BookTransactionsResponse class.

Parameters
valuesvalues.
failedfailed.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BookTransactionsResponse instances are equal

Parameters
inputInstance of BookTransactionsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

Gets or Sets Failed

◆ Values

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

Gets or Sets Values


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