Class: Quickfix::UnderlyingOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseBusinessDayConvention
constructor
A new instance of UnderlyingOptionExerciseBusinessDayConvention.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
53758 53759 53760 |
# File 'lib/quickfix_fields.rb', line 53758 def .field return 41822 end |