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

FeeCalculationRequest More...

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

Public Member Functions

 FeeCalculationRequest (string formula=default(string))
 Initializes a new instance of the FeeCalculationRequest 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 (FeeCalculationRequest input)
 Returns true if FeeCalculationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Formula [get, set]
 Gets or Sets Formula More...
 

Detailed Description

FeeCalculationRequest

Constructor & Destructor Documentation

◆ FeeCalculationRequest() [1/2]

Lusid.Sdk.Model.FeeCalculationRequest.FeeCalculationRequest ( )
inlineprotected

Initializes a new instance of the FeeCalculationRequest class.

◆ FeeCalculationRequest() [2/2]

Lusid.Sdk.Model.FeeCalculationRequest.FeeCalculationRequest ( string  formula = default(string))
inline

Initializes a new instance of the FeeCalculationRequest class.

Parameters
formulaformula (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FeeCalculationRequest instances are equal

Parameters
inputInstance of FeeCalculationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Formula

string Lusid.Sdk.Model.FeeCalculationRequest.Formula
getset

Gets or Sets Formula


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