Class: Quickfix::LegProvisionOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionExerciseBusinessDayConvention
constructor
A new instance of LegProvisionOptionExerciseBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionExerciseBusinessDayConvention
33481 33482 33483 33484 33485 33486 33487 |
# File 'lib/quickfix_fields.rb', line 33481 def initialize(data = nil) if( data == nil ) super(40476) else super(40476, data) end end |
Class Method Details
.field ⇒ Object
33478 33479 33480 |
# File 'lib/quickfix_fields.rb', line 33478 def LegProvisionOptionExerciseBusinessDayConvention.field return 40476 end |