Strike price against par and associated date for a bond call.
More...
|
| decimal | Strike [get, set] |
| | The strike on this date More...
|
| |
| DateTimeOffset | Date [get, set] |
| | The date at which the option can be actioned at this strike More...
|
| |
| DateTimeOffset? | EndDate [get, set] |
| | If American exercise, this is the end of the exercise period. Optional field. Defaults to the Date field if not set. More...
|
| |
Strike price against par and associated date for a bond call.
◆ OptionEntry() [1/2]
| Lusid.Sdk.Model.OptionEntry.OptionEntry |
( |
| ) |
|
|
inlineprotected |
◆ OptionEntry() [2/2]
| Lusid.Sdk.Model.OptionEntry.OptionEntry |
( |
decimal |
strike = default(decimal), |
|
|
DateTimeOffset |
date = default(DateTimeOffset), |
|
|
DateTimeOffset? |
endDate = default(DateTimeOffset?) |
|
) |
| |
|
inline |
Initializes a new instance of the OptionEntry class.
- Parameters
-
| strike | The strike on this date (required). |
| date | The date at which the option can be actioned at this strike (required). |
| endDate | If American exercise, this is the end of the exercise period. Optional field. Defaults to the Date field if not set.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.OptionEntry.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.OptionEntry.Equals |
( |
OptionEntry |
input | ) |
|
|
inline |
Returns true if OptionEntry instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.OptionEntry.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.OptionEntry.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.OptionEntry.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Date
| DateTimeOffset Lusid.Sdk.Model.OptionEntry.Date |
|
getset |
The date at which the option can be actioned at this strike
The date at which the option can be actioned at this strike
◆ EndDate
| DateTimeOffset? Lusid.Sdk.Model.OptionEntry.EndDate |
|
getset |
If American exercise, this is the end of the exercise period. Optional field. Defaults to the Date field if not set.
If American exercise, this is the end of the exercise period. Optional field. Defaults to the Date field if not set.
◆ Strike
| decimal Lusid.Sdk.Model.OptionEntry.Strike |
|
getset |
The strike on this date
The strike on this date
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/OptionEntry.cs