Class: Quickfix::OptionExerciseDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OptionExerciseDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseDateType
constructor
A new instance of OptionExerciseDateType.
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseDateType
Returns a new instance of OptionExerciseDateType.
44050 44051 44052 44053 44054 44055 44056 |
# File 'lib/quickfix_fields.rb', line 44050 def initialize(data = nil) if( data == nil ) super(41139) else super(41139, data) end end |