• Version 4.1.0
Show / Hide Table of Contents

Class OptionExerciseDate

Information about option exercise date.

Inheritance
object
OptionExerciseDate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class OptionExerciseDate

Constructors

OptionExerciseDate()

Default constructor.

Declaration
public OptionExerciseDate()

Properties

OptionExerciseFrequencyPeriod

Time unit multiplier for the frequency of exercise dates.

Declaration
public int OptionExerciseFrequencyPeriod { get; set; }
Property Value
Type Description
int

OptionExerciseFrequencyUnit

Time unit multiplier for the frequency of exercise dates.

Declaration
public OriginalTimeUnit OptionExerciseFrequencyUnit { get; set; }
Property Value
Type Description
OriginalTimeUnit
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX