Class: Quickfix::UnderlyingProvisionOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBusinessDayConvention
constructor
A new instance of UnderlyingProvisionOptionExerciseBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseBusinessDayConvention
Returns a new instance of UnderlyingProvisionOptionExerciseBusinessDayConvention.
59325 59326 59327 59328 59329 59330 59331 |
# File 'lib/quickfix_fields.rb', line 59325 def initialize(data = nil) if( data == nil ) super(42115) else super(42115, data) end end |
Class Method Details
.field ⇒ Object
59322 59323 59324 |
# File 'lib/quickfix_fields.rb', line 59322 def .field return 42115 end |