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

TransactionTemplateSpecification More...

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

Public Member Functions

 TransactionTemplateSpecification (string instrumentEventType=default(string), List< string > supportedInstrumentTypes=default(List< string >), List< string > supportedParticipationTypes=default(List< string >), List< ElectionSpecification > supportedElectionTypes=default(List< ElectionSpecification >), List< TemplateField > supportedTemplateFields=default(List< TemplateField >), EligibilityCalculation eligibilityCalculation=default(EligibilityCalculation))
 Initializes a new instance of the TransactionTemplateSpecification 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 (TransactionTemplateSpecification input)
 Returns true if TransactionTemplateSpecification instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string InstrumentEventType [get, set]
 Gets or Sets InstrumentEventType More...
 
List< string > SupportedInstrumentTypes [get, set]
 Gets or Sets SupportedInstrumentTypes More...
 
List< string > SupportedParticipationTypes [get, set]
 Gets or Sets SupportedParticipationTypes More...
 
List< ElectionSpecificationSupportedElectionTypes [get, set]
 Gets or Sets SupportedElectionTypes More...
 
List< TemplateFieldSupportedTemplateFields [get, set]
 Gets or Sets SupportedTemplateFields More...
 
EligibilityCalculation EligibilityCalculation [get, set]
 Gets or Sets EligibilityCalculation More...
 

Detailed Description

TransactionTemplateSpecification

Constructor & Destructor Documentation

◆ TransactionTemplateSpecification() [1/2]

Lusid.Sdk.Model.TransactionTemplateSpecification.TransactionTemplateSpecification ( )
inlineprotected

Initializes a new instance of the TransactionTemplateSpecification class.

◆ TransactionTemplateSpecification() [2/2]

Lusid.Sdk.Model.TransactionTemplateSpecification.TransactionTemplateSpecification ( string  instrumentEventType = default(string),
List< string >  supportedInstrumentTypes = default(List<string>),
List< string >  supportedParticipationTypes = default(List<string>),
List< ElectionSpecification supportedElectionTypes = default(List<ElectionSpecification>),
List< TemplateField supportedTemplateFields = default(List<TemplateField>),
EligibilityCalculation  eligibilityCalculation = default(EligibilityCalculation) 
)
inline

Initializes a new instance of the TransactionTemplateSpecification class.

Parameters
instrumentEventTypeinstrumentEventType (required).
supportedInstrumentTypessupportedInstrumentTypes (required).
supportedParticipationTypessupportedParticipationTypes (required).
supportedElectionTypessupportedElectionTypes (required).
supportedTemplateFieldssupportedTemplateFields (required).
eligibilityCalculationeligibilityCalculation (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTemplateSpecification instances are equal

Parameters
inputInstance of TransactionTemplateSpecification to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EligibilityCalculation

EligibilityCalculation Lusid.Sdk.Model.TransactionTemplateSpecification.EligibilityCalculation
getset

Gets or Sets EligibilityCalculation

◆ InstrumentEventType

string Lusid.Sdk.Model.TransactionTemplateSpecification.InstrumentEventType
getset

Gets or Sets InstrumentEventType

◆ SupportedElectionTypes

List<ElectionSpecification> Lusid.Sdk.Model.TransactionTemplateSpecification.SupportedElectionTypes
getset

Gets or Sets SupportedElectionTypes

◆ SupportedInstrumentTypes

List<string> Lusid.Sdk.Model.TransactionTemplateSpecification.SupportedInstrumentTypes
getset

Gets or Sets SupportedInstrumentTypes

◆ SupportedParticipationTypes

List<string> Lusid.Sdk.Model.TransactionTemplateSpecification.SupportedParticipationTypes
getset

Gets or Sets SupportedParticipationTypes

◆ SupportedTemplateFields

List<TemplateField> Lusid.Sdk.Model.TransactionTemplateSpecification.SupportedTemplateFields
getset

Gets or Sets SupportedTemplateFields


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