|
LUSID C# SDK
|
A collection of the data required to configure transaction types.. More...

Public Member Functions | |
| TransactionSetConfigurationData (List< TransactionConfigurationData > transactionConfigs=default(List< TransactionConfigurationData >), List< SideConfigurationData > sideDefinitions=default(List< SideConfigurationData >), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the TransactionSetConfigurationData 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 (TransactionSetConfigurationData input) |
| Returns true if TransactionSetConfigurationData instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TransactionSetConfigurationData () | |
| Initializes a new instance of the TransactionSetConfigurationData class. More... | |
Properties | |
| List< TransactionConfigurationData > | TransactionConfigs [get, set] |
| Collection of transaction type models More... | |
| List< SideConfigurationData > | SideDefinitions [get, set] |
| Collection of side definitions More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
A collection of the data required to configure transaction types..
|
inlineprotected |
Initializes a new instance of the TransactionSetConfigurationData class.
|
inline |
Initializes a new instance of the TransactionSetConfigurationData class.
| transactionConfigs | Collection of transaction type models (required). |
| sideDefinitions | Collection of side definitions. |
| links | links. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TransactionSetConfigurationData instances are equal
| input | Instance of TransactionSetConfigurationData to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Links
|
getset |
Collection of side definitions
Collection of side definitions
|
getset |
Collection of transaction type models
Collection of transaction type models