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

An instrument event equipped with additional metadata. More...

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

Public Member Functions

 InstrumentEventHolder (string instrumentEventId=default(string), ResourceId corporateActionSourceId=default(ResourceId), Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), string lusidInstrumentId=default(string), string instrumentScope=default(string), string description=default(string), EventDateRange eventDateRange=default(EventDateRange), InstrumentEvent instrumentEvent=default(InstrumentEvent), List< PerpetualProperty > properties=default(List< PerpetualProperty >), int sequenceNumber=default(int), string participationType=@"Mandatory")
 Initializes a new instance of the InstrumentEventHolder 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 (InstrumentEventHolder input)
 Returns true if InstrumentEventHolder instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string InstrumentEventId Mandatory" [get, set]
 The unique identifier of this corporate action. More...
 
ResourceId CorporateActionSourceId [get, set]
 Gets or Sets CorporateActionSourceId More...
 
Dictionary< string, string > InstrumentIdentifiers [get, set]
 The set of identifiers which determine the instrument this event relates to. More...
 
string LusidInstrumentId [get, set]
 The LUID for the instrument. More...
 
string InstrumentScope [get, set]
 The scope of the instrument. More...
 
string Description [get, set]
 The description of the instrument event. More...
 
EventDateRange EventDateRange [get, set]
 Gets or Sets EventDateRange More...
 
InstrumentEvent InstrumentEvent [get, set]
 Gets or Sets InstrumentEvent More...
 
List< PerpetualPropertyProperties [get, set]
 The properties attached to this instrument event. More...
 
int SequenceNumber [get, set]
 The order of the instrument event relative others on the same date (0 being processed first). Must be non negative. More...
 
string ParticipationType [get, set]
 Is participation in this event Mandatory, MandatoryWithChoices, or Voluntary. More...
 

Detailed Description

An instrument event equipped with additional metadata.

Constructor & Destructor Documentation

◆ InstrumentEventHolder() [1/2]

Lusid.Sdk.Model.InstrumentEventHolder.InstrumentEventHolder ( )
inlineprotected

Initializes a new instance of the InstrumentEventHolder class.

◆ InstrumentEventHolder() [2/2]

Lusid.Sdk.Model.InstrumentEventHolder.InstrumentEventHolder ( string  instrumentEventId = default(string),
ResourceId  corporateActionSourceId = default(ResourceId),
Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>),
string  lusidInstrumentId = default(string),
string  instrumentScope = default(string),
string  description = default(string),
EventDateRange  eventDateRange = default(EventDateRange),
InstrumentEvent  instrumentEvent = default(InstrumentEvent),
List< PerpetualProperty properties = default(List<PerpetualProperty>),
int  sequenceNumber = default(int),
string  participationType = @"Mandatory" 
)
inline

Initializes a new instance of the InstrumentEventHolder class.

Parameters
instrumentEventIdThe unique identifier of this corporate action. (required).
corporateActionSourceIdcorporateActionSourceId.
instrumentIdentifiersThe set of identifiers which determine the instrument this event relates to. (required).
lusidInstrumentIdThe LUID for the instrument. (required).
instrumentScopeThe scope of the instrument. (required).
descriptionThe description of the instrument event. (required).
eventDateRangeeventDateRange (required).
instrumentEventinstrumentEvent (required).
propertiesThe properties attached to this instrument event..
sequenceNumberThe order of the instrument event relative others on the same date (0 being processed first). Must be non negative..
participationTypeIs participation in this event Mandatory, MandatoryWithChoices, or Voluntary. (default to "Mandatory").

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentEventHolder instances are equal

Parameters
inputInstance of InstrumentEventHolder to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CorporateActionSourceId

ResourceId Lusid.Sdk.Model.InstrumentEventHolder.CorporateActionSourceId
getset

Gets or Sets CorporateActionSourceId

◆ Description

string Lusid.Sdk.Model.InstrumentEventHolder.Description
getset

The description of the instrument event.

The description of the instrument event.

◆ EventDateRange

EventDateRange Lusid.Sdk.Model.InstrumentEventHolder.EventDateRange
getset

Gets or Sets EventDateRange

◆ InstrumentEvent

InstrumentEvent Lusid.Sdk.Model.InstrumentEventHolder.InstrumentEvent
getset

Gets or Sets InstrumentEvent

◆ InstrumentEventId

string Lusid.Sdk.Model.InstrumentEventHolder.InstrumentEventId Mandatory"
getset

The unique identifier of this corporate action.

The unique identifier of this corporate action.

◆ InstrumentIdentifiers

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

The set of identifiers which determine the instrument this event relates to.

The set of identifiers which determine the instrument this event relates to.

◆ InstrumentScope

string Lusid.Sdk.Model.InstrumentEventHolder.InstrumentScope
getset

The scope of the instrument.

The scope of the instrument.

◆ LusidInstrumentId

string Lusid.Sdk.Model.InstrumentEventHolder.LusidInstrumentId
getset

The LUID for the instrument.

The LUID for the instrument.

◆ ParticipationType

string Lusid.Sdk.Model.InstrumentEventHolder.ParticipationType
getset

Is participation in this event Mandatory, MandatoryWithChoices, or Voluntary.

Is participation in this event Mandatory, MandatoryWithChoices, or Voluntary.

◆ Properties

List<PerpetualProperty> Lusid.Sdk.Model.InstrumentEventHolder.Properties
getset

The properties attached to this instrument event.

The properties attached to this instrument event.

◆ SequenceNumber

int Lusid.Sdk.Model.InstrumentEventHolder.SequenceNumber
getset

The order of the instrument event relative others on the same date (0 being processed first). Must be non negative.

The order of the instrument event relative others on the same date (0 being processed first). Must be non negative.


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