Class: Quickfix::NoUnderlyingOptionExerciseDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingOptionExerciseDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseDates
constructor
A new instance of NoUnderlyingOptionExerciseDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingOptionExerciseDates
Returns a new instance of NoUnderlyingOptionExerciseDates.
54008 54009 54010 54011 54012 54013 54014 |
# File 'lib/quickfix_fields.rb', line 54008 def initialize(data = nil) if( data == nil ) super(41841) else super(41841, data) end end |
Class Method Details
.field ⇒ Object
54005 54006 54007 |
# File 'lib/quickfix_fields.rb', line 54005 def .field return 41841 end |