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

The lineage of the event value More...

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

Public Member Functions

 LifeCycleEventLineage (string eventType=default(string), string instrumentType=default(string), string instrumentId=default(string), string legId=default(string), string sourceTransactionId=default(string))
 Initializes a new instance of the LifeCycleEventLineage 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 (LifeCycleEventLineage input)
 Returns true if LifeCycleEventLineage instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string EventType [get, set]
 The type of the event More...
 
string InstrumentType [get, set]
 The instrument type of the instrument for the event. More...
 
string InstrumentId [get, set]
 The LUID of the instrument for the event. More...
 
string LegId [get, set]
 Leg id for the event. More...
 
string SourceTransactionId [get, set]
 The source transaction of the instrument for the event. More...
 

Detailed Description

The lineage of the event value

Constructor & Destructor Documentation

◆ LifeCycleEventLineage()

Lusid.Sdk.Model.LifeCycleEventLineage.LifeCycleEventLineage ( string  eventType = default(string),
string  instrumentType = default(string),
string  instrumentId = default(string),
string  legId = default(string),
string  sourceTransactionId = default(string) 
)
inline

Initializes a new instance of the LifeCycleEventLineage class.

Parameters
eventTypeThe type of the event.
instrumentTypeThe instrument type of the instrument for the event..
instrumentIdThe LUID of the instrument for the event..
legIdLeg id for the event..
sourceTransactionIdThe source transaction of the instrument for the event..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if LifeCycleEventLineage instances are equal

Parameters
inputInstance of LifeCycleEventLineage to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EventType

string Lusid.Sdk.Model.LifeCycleEventLineage.EventType
getset

The type of the event

The type of the event

◆ InstrumentId

string Lusid.Sdk.Model.LifeCycleEventLineage.InstrumentId
getset

The LUID of the instrument for the event.

The LUID of the instrument for the event.

◆ InstrumentType

string Lusid.Sdk.Model.LifeCycleEventLineage.InstrumentType
getset

The instrument type of the instrument for the event.

The instrument type of the instrument for the event.

◆ LegId

string Lusid.Sdk.Model.LifeCycleEventLineage.LegId
getset

Leg id for the event.

Leg id for the event.

◆ SourceTransactionId

string Lusid.Sdk.Model.LifeCycleEventLineage.SourceTransactionId
getset

The source transaction of the instrument for the event.

The source transaction of the instrument for the event.


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