Class: Quickfix::UnderlyingOptionExerciseDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingOptionExerciseDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDateType
constructor
A new instance of UnderlyingOptionExerciseDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseDateType
Returns a new instance of UnderlyingOptionExerciseDateType.
54034 54035 54036 54037 54038 54039 54040 |
# File 'lib/quickfix_fields.rb', line 54034 def initialize(data = nil) if( data == nil ) super(41843) else super(41843, data) end end |
Class Method Details
.field ⇒ Object
54031 54032 54033 |
# File 'lib/quickfix_fields.rb', line 54031 def .field return 41843 end |