Class: Quickfix::LegOptionExerciseStartDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegOptionExerciseStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseStartDateAdjusted
constructor
A new instance of LegOptionExerciseStartDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseStartDateAdjusted
Returns a new instance of LegOptionExerciseStartDateAdjusted.
49341 49342 49343 49344 49345 49346 49347 |
# File 'lib/quickfix_fields.rb', line 49341 def initialize(data = nil) if( data == nil ) super(41504) else super(41504, data) end end |