FeeRule
More...
|
| | FeeRule (string code=default(string), string transactionPropertyKey=default(string), string transactionType=default(string), string country=default(string), string counterparty=default(string), string transactionCurrency=default(string), string settlementCurrency=default(string), string executionBroker=default(string), string custodian=default(string), string exchange=default(string), CalculationInfo fee=default(CalculationInfo), CalculationInfo minFee=default(CalculationInfo), CalculationInfo maxFee=default(CalculationInfo), Dictionary< string, string > additionalKeys=default(Dictionary< string, string >), string description=default(string), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the FeeRule 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 (FeeRule input) |
| | Returns true if FeeRule instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Code [get, set] |
| | Gets or Sets Code More...
|
| |
| string | TransactionPropertyKey [get, set] |
| | Gets or Sets TransactionPropertyKey More...
|
| |
| string | TransactionType [get, set] |
| | Gets or Sets TransactionType More...
|
| |
| string | Country [get, set] |
| | Gets or Sets Country More...
|
| |
| string | Counterparty [get, set] |
| | Gets or Sets Counterparty More...
|
| |
| string | TransactionCurrency [get, set] |
| | Gets or Sets TransactionCurrency More...
|
| |
| string | SettlementCurrency [get, set] |
| | Gets or Sets SettlementCurrency More...
|
| |
| string | ExecutionBroker [get, set] |
| | Gets or Sets ExecutionBroker More...
|
| |
| string | Custodian [get, set] |
| | Gets or Sets Custodian More...
|
| |
| string | Exchange [get, set] |
| | Gets or Sets Exchange More...
|
| |
| CalculationInfo | Fee [get, set] |
| | Gets or Sets Fee More...
|
| |
| CalculationInfo | MinFee [get, set] |
| | Gets or Sets MinFee More...
|
| |
| CalculationInfo | MaxFee [get, set] |
| | Gets or Sets MaxFee More...
|
| |
| Dictionary< string, string > | AdditionalKeys [get, set] |
| | Gets or Sets AdditionalKeys More...
|
| |
| string | Description [get, set] |
| | Gets or Sets Description More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ FeeRule() [1/2]
| Lusid.Sdk.Model.FeeRule.FeeRule |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the FeeRule class.
◆ FeeRule() [2/2]
| Lusid.Sdk.Model.FeeRule.FeeRule |
( |
string |
code = default(string), |
|
|
string |
transactionPropertyKey = default(string), |
|
|
string |
transactionType = default(string), |
|
|
string |
country = default(string), |
|
|
string |
counterparty = default(string), |
|
|
string |
transactionCurrency = default(string), |
|
|
string |
settlementCurrency = default(string), |
|
|
string |
executionBroker = default(string), |
|
|
string |
custodian = default(string), |
|
|
string |
exchange = default(string), |
|
|
CalculationInfo |
fee = default(CalculationInfo), |
|
|
CalculationInfo |
minFee = default(CalculationInfo), |
|
|
CalculationInfo |
maxFee = default(CalculationInfo), |
|
|
Dictionary< string, string > |
additionalKeys = default(Dictionary<string, string>), |
|
|
string |
description = default(string), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the FeeRule class.
- Parameters
-
| code | code (required). |
| transactionPropertyKey | transactionPropertyKey (required). |
| transactionType | transactionType (required). |
| country | country (required). |
| counterparty | counterparty (required). |
| transactionCurrency | transactionCurrency (required). |
| settlementCurrency | settlementCurrency (required). |
| executionBroker | executionBroker (required). |
| custodian | custodian (required). |
| exchange | exchange (required). |
| fee | fee (required). |
| minFee | minFee. |
| maxFee | maxFee. |
| additionalKeys | additionalKeys. |
| description | description. |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.FeeRule.Equals |
( |
FeeRule |
input | ) |
|
|
inline |
Returns true if FeeRule instances are equal
- Parameters
-
| input | Instance of FeeRule to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.FeeRule.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.FeeRule.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.FeeRule.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.FeeRule.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AdditionalKeys
| Dictionary<string, string> Lusid.Sdk.Model.FeeRule.AdditionalKeys |
|
getset |
Gets or Sets AdditionalKeys
◆ Code
| string Lusid.Sdk.Model.FeeRule.Code |
|
getset |
◆ Counterparty
| string Lusid.Sdk.Model.FeeRule.Counterparty |
|
getset |
Gets or Sets Counterparty
◆ Country
| string Lusid.Sdk.Model.FeeRule.Country |
|
getset |
◆ Custodian
| string Lusid.Sdk.Model.FeeRule.Custodian |
|
getset |
◆ Description
| string Lusid.Sdk.Model.FeeRule.Description |
|
getset |
◆ Exchange
| string Lusid.Sdk.Model.FeeRule.Exchange |
|
getset |
◆ ExecutionBroker
| string Lusid.Sdk.Model.FeeRule.ExecutionBroker |
|
getset |
Gets or Sets ExecutionBroker
◆ Fee
◆ Links
| List<Link> Lusid.Sdk.Model.FeeRule.Links |
|
getset |
◆ MaxFee
◆ MinFee
◆ SettlementCurrency
| string Lusid.Sdk.Model.FeeRule.SettlementCurrency |
|
getset |
Gets or Sets SettlementCurrency
◆ TransactionCurrency
| string Lusid.Sdk.Model.FeeRule.TransactionCurrency |
|
getset |
Gets or Sets TransactionCurrency
◆ TransactionPropertyKey
| string Lusid.Sdk.Model.FeeRule.TransactionPropertyKey |
|
getset |
Gets or Sets TransactionPropertyKey
◆ TransactionType
| string Lusid.Sdk.Model.FeeRule.TransactionType |
|
getset |
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/FeeRule.cs