Class: Quickfix::OptionExerciseDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::OptionExerciseDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseDate
constructor
A new instance of OptionExerciseDate.
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseDate
Returns a new instance of OptionExerciseDate.
44037 44038 44039 44040 44041 44042 44043 |
# File 'lib/quickfix_fields.rb', line 44037 def initialize(data = nil) if( data == nil ) super(41138) else super(41138, data) end end |