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

Strategy More...

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

Public Member Functions

 Strategy (List< PerpetualProperty > keys=default(List< PerpetualProperty >), string valueType=default(string), decimal value=default(decimal))
 Initializes a new instance of the Strategy 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 (Strategy input)
 Returns true if Strategy instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< PerpetualPropertyKeys [get, set]
 Gets or Sets Keys More...
 
string ValueType [get, set]
 Available values: Units, Weight. More...
 
decimal Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

Strategy

Constructor & Destructor Documentation

◆ Strategy() [1/2]

Lusid.Sdk.Model.Strategy.Strategy ( )
inlineprotected

Initializes a new instance of the Strategy class.

◆ Strategy() [2/2]

Lusid.Sdk.Model.Strategy.Strategy ( List< PerpetualProperty keys = default(List<PerpetualProperty>),
string  valueType = default(string),
decimal  value = default(decimal) 
)
inline

Initializes a new instance of the Strategy class.

Parameters
keyskeys (required).
valueTypeAvailable values: Units, Weight. (required).
valuevalue (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Strategy instances are equal

Parameters
inputInstance of Strategy to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Keys

List<PerpetualProperty> Lusid.Sdk.Model.Strategy.Keys
getset

Gets or Sets Keys

◆ Value

decimal Lusid.Sdk.Model.Strategy.Value
getset

Gets or Sets Value

◆ ValueType

string Lusid.Sdk.Model.Strategy.ValueType
getset

Available values: Units, Weight.

Available values: Units, Weight.


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