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

For the storage of any information pertinent to the confirmation of an OTC trade. e.g the Counterparty Agreement Code More...

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

Public Member Functions

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

Properties

ResourceId CounterpartyAgreementId [get, set]
 Gets or Sets CounterpartyAgreementId More...
 

Detailed Description

For the storage of any information pertinent to the confirmation of an OTC trade. e.g the Counterparty Agreement Code

Constructor & Destructor Documentation

◆ OtcConfirmation()

Lusid.Sdk.Model.OtcConfirmation.OtcConfirmation ( ResourceId  counterpartyAgreementId = default(ResourceId))
inline

Initializes a new instance of the OtcConfirmation class.

Parameters
counterpartyAgreementIdcounterpartyAgreementId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OtcConfirmation instances are equal

Parameters
inputInstance of OtcConfirmation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CounterpartyAgreementId

ResourceId Lusid.Sdk.Model.OtcConfirmation.CounterpartyAgreementId
getset

Gets or Sets CounterpartyAgreementId


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