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

This request specifies single target holding. i.e. holding data that the system should match. And deletes previous adjustment made to that holding More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, string > InstrumentIdentifiers [get, set]
 A set of instrument identifiers that can resolve the holding adjustment to a unique instrument. More...
 
Dictionary< string, PerpetualPropertySubHoldingKeys [get, set]
 The sub-holding properties which identify the holding. Each property must be from the &#39;Transaction&#39; domain. More...
 
string Currency [get, set]
 The Holding currency. More...
 

Detailed Description

This request specifies single target holding. i.e. holding data that the system should match. And deletes previous adjustment made to that holding

Constructor & Destructor Documentation

◆ CancelSingleHoldingAdjustmentRequest() [1/2]

Lusid.Sdk.Model.CancelSingleHoldingAdjustmentRequest.CancelSingleHoldingAdjustmentRequest ( )
inlineprotected

Initializes a new instance of the CancelSingleHoldingAdjustmentRequest class.

◆ CancelSingleHoldingAdjustmentRequest() [2/2]

Lusid.Sdk.Model.CancelSingleHoldingAdjustmentRequest.CancelSingleHoldingAdjustmentRequest ( Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>),
Dictionary< string, PerpetualProperty subHoldingKeys = default(Dictionary<string, PerpetualProperty>),
string  currency = default(string) 
)
inline

Initializes a new instance of the CancelSingleHoldingAdjustmentRequest class.

Parameters
instrumentIdentifiersA set of instrument identifiers that can resolve the holding adjustment to a unique instrument. (required).
subHoldingKeysThe sub-holding properties which identify the holding. Each property must be from the &#39;Transaction&#39; domain..
currencyThe Holding currency..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CancelSingleHoldingAdjustmentRequest instances are equal

Parameters
inputInstance of CancelSingleHoldingAdjustmentRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.CancelSingleHoldingAdjustmentRequest.Currency
getset

The Holding currency.

The Holding currency.

◆ InstrumentIdentifiers

Dictionary<string, string> Lusid.Sdk.Model.CancelSingleHoldingAdjustmentRequest.InstrumentIdentifiers
getset

A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.

A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.

◆ SubHoldingKeys

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.CancelSingleHoldingAdjustmentRequest.SubHoldingKeys
getset

The sub-holding properties which identify the holding. Each property must be from the &#39;Transaction&#39; domain.

The sub-holding properties which identify the holding. Each property must be from the &#39;Transaction&#39; domain.


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