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

Barrier class for exotic FxOption More...

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

Public Member Functions

 Barrier (string direction=default(string), decimal level=default(decimal), string monitoring=default(string), string type=default(string))
 Initializes a new instance of the Barrier 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 (Barrier input)
 Returns true if Barrier instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Direction [get, set]
 Supported string (enumeration) values are: [Down, Up]. More...
 
decimal Level [get, set]
 Trigger level, which the underlying should (or should not) cross/touch. More...
 
string Monitoring [get, set]
 Supported string (enumeration) values are: [European, Bermudan, American]. More...
 
string Type [get, set]
 Supported string (enumeration) values are: [Knockin, Knockout]. More...
 

Detailed Description

Barrier class for exotic FxOption

Constructor & Destructor Documentation

◆ Barrier() [1/2]

Lusid.Sdk.Model.Barrier.Barrier ( )
inlineprotected

Initializes a new instance of the Barrier class.

◆ Barrier() [2/2]

Lusid.Sdk.Model.Barrier.Barrier ( string  direction = default(string),
decimal  level = default(decimal),
string  monitoring = default(string),
string  type = default(string) 
)
inline

Initializes a new instance of the Barrier class.

Parameters
directionSupported string (enumeration) values are: [Down, Up]. (required).
levelTrigger level, which the underlying should (or should not) cross/touch. (required).
monitoringSupported string (enumeration) values are: [European, Bermudan, American]..
typeSupported string (enumeration) values are: [Knockin, Knockout]. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Barrier instances are equal

Parameters
inputInstance of Barrier to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Direction

string Lusid.Sdk.Model.Barrier.Direction
getset

Supported string (enumeration) values are: [Down, Up].

Supported string (enumeration) values are: [Down, Up].

◆ Level

decimal Lusid.Sdk.Model.Barrier.Level
getset

Trigger level, which the underlying should (or should not) cross/touch.

Trigger level, which the underlying should (or should not) cross/touch.

◆ Monitoring

string Lusid.Sdk.Model.Barrier.Monitoring
getset

Supported string (enumeration) values are: [European, Bermudan, American].

Supported string (enumeration) values are: [European, Bermudan, American].

◆ Type

string Lusid.Sdk.Model.Barrier.Type
getset

Supported string (enumeration) values are: [Knockin, Knockout].

Supported string (enumeration) values are: [Knockin, Knockout].


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