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

TransactionTemplate More...

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

Public Member Functions

 TransactionTemplate (string instrumentType=default(string), string instrumentEventType=default(string), string description=default(string), string scope=default(string), List< ComponentTransaction > componentTransactions=default(List< ComponentTransaction >), List< Link > links=default(List< Link >))
 Initializes a new instance of the TransactionTemplate 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 (TransactionTemplate input)
 Returns true if TransactionTemplate instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string InstrumentType [get, set]
 A value that represents the instrument type. More...
 
string InstrumentEventType [get, set]
 A value that represents the instrument event type. More...
 
string Description [get, set]
 The description of the transaction template. More...
 
string Scope [get, set]
 The scope in which the transaction template resides. More...
 
List< ComponentTransactionComponentTransactions [get, set]
 A set of component transactions that relate to the template to be created. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

TransactionTemplate

Constructor & Destructor Documentation

◆ TransactionTemplate() [1/2]

Lusid.Sdk.Model.TransactionTemplate.TransactionTemplate ( )
inlineprotected

Initializes a new instance of the TransactionTemplate class.

◆ TransactionTemplate() [2/2]

Lusid.Sdk.Model.TransactionTemplate.TransactionTemplate ( string  instrumentType = default(string),
string  instrumentEventType = default(string),
string  description = default(string),
string  scope = default(string),
List< ComponentTransaction componentTransactions = default(List<ComponentTransaction>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the TransactionTemplate class.

Parameters
instrumentTypeA value that represents the instrument type. (required).
instrumentEventTypeA value that represents the instrument event type. (required).
descriptionThe description of the transaction template. (required).
scopeThe scope in which the transaction template resides. (required).
componentTransactionsA set of component transactions that relate to the template to be created. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTemplate instances are equal

Parameters
inputInstance of TransactionTemplate to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ComponentTransactions

List<ComponentTransaction> Lusid.Sdk.Model.TransactionTemplate.ComponentTransactions
getset

A set of component transactions that relate to the template to be created.

A set of component transactions that relate to the template to be created.

◆ Description

string Lusid.Sdk.Model.TransactionTemplate.Description
getset

The description of the transaction template.

The description of the transaction template.

◆ InstrumentEventType

string Lusid.Sdk.Model.TransactionTemplate.InstrumentEventType
getset

A value that represents the instrument event type.

A value that represents the instrument event type.

◆ InstrumentType

string Lusid.Sdk.Model.TransactionTemplate.InstrumentType
getset

A value that represents the instrument type.

A value that represents the instrument type.

◆ Links

List<Link> Lusid.Sdk.Model.TransactionTemplate.Links
getset

Gets or Sets Links

◆ Scope

string Lusid.Sdk.Model.TransactionTemplate.Scope
getset

The scope in which the transaction template resides.

The scope in which the transaction template resides.


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