Class: Quickfix::LegOptionExerciseBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegOptionExerciseBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseBusinessDayConvention
constructor
A new instance of LegOptionExerciseBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseBusinessDayConvention
Returns a new instance of LegOptionExerciseBusinessDayConvention.
49198 49199 49200 49201 49202 49203 49204 |
# File 'lib/quickfix_fields.rb', line 49198 def initialize(data = nil) if( data == nil ) super(41493) else super(41493, data) end end |
Class Method Details
.field ⇒ Object
49195 49196 49197 |
# File 'lib/quickfix_fields.rb', line 49195 def LegOptionExerciseBusinessDayConvention.field return 41493 end |