Class: Quickfix::LegOptionExerciseFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegOptionExerciseFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseFirstDateUnadjusted
constructor
A new instance of LegOptionExerciseFirstDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseFirstDateUnadjusted
Returns a new instance of LegOptionExerciseFirstDateUnadjusted.
49380 49381 49382 49383 49384 49385 49386 |
# File 'lib/quickfix_fields.rb', line 49380 def initialize(data = nil) if( data == nil ) super(41507) else super(41507, data) end end |