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

BookTransactionsRequest More...

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

Public Member Functions

 BookTransactionsRequest (List< ResourceId > allocationIds=default(List< ResourceId >), Dictionary< string, PerpetualProperty > transactionProperties=default(Dictionary< string, PerpetualProperty >))
 Initializes a new instance of the BookTransactionsRequest 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 (BookTransactionsRequest input)
 Returns true if BookTransactionsRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< ResourceIdAllocationIds [get, set]
 A collection of Allocation IDs More...
 
Dictionary< string, PerpetualPropertyTransactionProperties [get, set]
 A collection of properties More...
 

Detailed Description

BookTransactionsRequest

Constructor & Destructor Documentation

◆ BookTransactionsRequest() [1/2]

Lusid.Sdk.Model.BookTransactionsRequest.BookTransactionsRequest ( )
inlineprotected

Initializes a new instance of the BookTransactionsRequest class.

◆ BookTransactionsRequest() [2/2]

Lusid.Sdk.Model.BookTransactionsRequest.BookTransactionsRequest ( List< ResourceId allocationIds = default(List<ResourceId>),
Dictionary< string, PerpetualProperty transactionProperties = default(Dictionary<string, PerpetualProperty>) 
)
inline

Initializes a new instance of the BookTransactionsRequest class.

Parameters
allocationIdsA collection of Allocation IDs (required).
transactionPropertiesA collection of properties.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BookTransactionsRequest instances are equal

Parameters
inputInstance of BookTransactionsRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AllocationIds

List<ResourceId> Lusid.Sdk.Model.BookTransactionsRequest.AllocationIds
getset

A collection of Allocation IDs

A collection of Allocation IDs

◆ TransactionProperties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.BookTransactionsRequest.TransactionProperties
getset

A collection of properties

A collection of properties


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