Class: Quickfix::UnderlyingOptionExerciseDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingOptionExerciseDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDateType
constructor
A new instance of UnderlyingOptionExerciseDateType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDateType
Returns a new instance of UnderlyingOptionExerciseDateType.
54034 54035 54036 54037 54038 54039 54040 |
# File 'lib/quickfix_fields.rb', line 54034 def initialize(data = nil) if( data == nil ) super(41843) else super(41843, data) end end |