Class: Quickfix::UnderlyingOptionExerciseLastDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingOptionExerciseLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLastDateUnadjusted
constructor
A new instance of UnderlyingOptionExerciseLastDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseLastDateUnadjusted
Returns a new instance of UnderlyingOptionExerciseLastDateUnadjusted.
53956 53957 53958 53959 53960 53961 53962 |
# File 'lib/quickfix_fields.rb', line 53956 def initialize(data = nil) if( data == nil ) super(41837) else super(41837, data) end end |