Class: Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingOptionExerciseExpirationDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateBusinessDayConvention
constructor
A new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateBusinessDayConvention
Returns a new instance of UnderlyingOptionExerciseExpirationDateBusinessDayConvention.
54073 54074 54075 54076 54077 54078 54079 |
# File 'lib/quickfix_fields.rb', line 54073 def initialize(data = nil) if( data == nil ) super(41846) else super(41846, data) end end |
Class Method Details
.field ⇒ Object
54070 54071 54072 |
# File 'lib/quickfix_fields.rb', line 54070 def .field return 41846 end |