Class: Quickfix::LegOptionExerciseStartDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseStartDateRelativeTo
constructor
A new instance of LegOptionExerciseStartDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseStartDateRelativeTo
Returns a new instance of LegOptionExerciseStartDateRelativeTo.
49289 49290 49291 49292 49293 49294 49295 |
# File 'lib/quickfix_fields.rb', line 49289 def initialize(data = nil) if( data == nil ) super(41500) else super(41500, data) end end |