Barrier class for exotic FxOption
More...
|
| | 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...
|
| |
|
| 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]. Defaults to "European" if not set. More...
|
| |
| string | Type [get, set] |
| | Supported string (enumeration) values are: [Knockin, Knockout]. More...
|
| |
Barrier class for exotic FxOption
◆ 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
-
| direction | Supported string (enumeration) values are: [Down, Up]. (required). |
| level | Trigger level, which the underlying should (or should not) cross/touch. (required). |
| monitoring | Supported string (enumeration) values are: [European, Bermudan, American]. Defaults to "European" if not set.. |
| type | Supported string (enumeration) values are: [Knockin, Knockout]. (required). |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.Barrier.Equals |
( |
Barrier |
input | ) |
|
|
inline |
Returns true if Barrier instances are equal
- Parameters
-
| input | Instance 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
-
| input | Object 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
◆ 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]. Defaults to "European" if not set.
Supported string (enumeration) values are: [European, Bermudan, American]. Defaults to "European" if not set.
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/Barrier.cs