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

HoldingIdsRequest More...

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

Public Member Functions

 HoldingIdsRequest (List< long > holdingIds=default(List< long >))
 Initializes a new instance of the HoldingIdsRequest 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 (HoldingIdsRequest input)
 Returns true if HoldingIdsRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< long > HoldingIds [get, set]
 The array of unique holding identifiers More...
 

Detailed Description

HoldingIdsRequest

Constructor & Destructor Documentation

◆ HoldingIdsRequest() [1/2]

Lusid.Sdk.Model.HoldingIdsRequest.HoldingIdsRequest ( )
inlineprotected

Initializes a new instance of the HoldingIdsRequest class.

◆ HoldingIdsRequest() [2/2]

Lusid.Sdk.Model.HoldingIdsRequest.HoldingIdsRequest ( List< long >  holdingIds = default(List<long>))
inline

Initializes a new instance of the HoldingIdsRequest class.

Parameters
holdingIdsThe array of unique holding identifiers (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if HoldingIdsRequest instances are equal

Parameters
inputInstance of HoldingIdsRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ HoldingIds

List<long> Lusid.Sdk.Model.HoldingIdsRequest.HoldingIds
getset

The array of unique holding identifiers

The array of unique holding identifiers


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