Class: Quickfix::UnderlyingOptionExerciseFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingOptionExerciseFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseFirstDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseFirstDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseFirstDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseFirstDateUnadjusted.
53943 53944 53945 53946 53947 53948 53949 |
# File 'lib/quickfix_fields.rb', line 53943 def initialize(data = nil) if( data == nil ) super(41836) else super(41836, data) end end |