Class: Quickfix::LegOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseBusinessDayConvention
constructor
A new instance of LegOptionExerciseBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseBusinessDayConvention
Returns a new instance of LegOptionExerciseBusinessDayConvention.
49198 49199 49200 49201 49202 49203 49204 |
# File 'lib/quickfix_fields.rb', line 49198 def initialize(data = nil) if( data == nil ) super(41493) else super(41493, data) end end |