Class: Quickfix::UnderlyingOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseBusinessDayConvention
constructor
A new instance of UnderlyingOptionExerciseBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseBusinessDayConvention
Returns a new instance of UnderlyingOptionExerciseBusinessDayConvention.
53761 53762 53763 53764 53765 53766 53767 |
# File 'lib/quickfix_fields.rb', line 53761 def initialize(data = nil) if( data == nil ) super(41822) else super(41822, data) end end |