Class: Quickfix::LegOptionExerciseEarliestTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegOptionExerciseEarliestTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseEarliestTime
constructor
A new instance of LegOptionExerciseEarliestTime.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseEarliestTime
Returns a new instance of LegOptionExerciseEarliestTime.
49406 49407 49408 49409 49410 49411 49412 |
# File 'lib/quickfix_fields.rb', line 49406 def initialize(data = nil) if( data == nil ) super(41509) else super(41509, data) end end |