Class: Quickfix::LegOptionExerciseDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseDateType
constructor
A new instance of LegOptionExerciseDateType.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseDateType
Returns a new instance of LegOptionExerciseDateType.
49471 49472 49473 49474 49475 49476 49477 |
# File 'lib/quickfix_fields.rb', line 49471 def initialize(data = nil) if( data == nil ) super(41514) else super(41514, data) end end |