Class: Quickfix::UnderlyingOptionExerciseStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingOptionExerciseStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseStartDateUnadjusted.
53839 53840 53841 53842 53843 53844 53845 |
# File 'lib/quickfix_fields.rb', line 53839 def initialize(data = nil) if( data == nil ) super(41828) else super(41828, data) end end |