Class: Quickfix::UnderlyingOptionExerciseSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingOptionExerciseSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptionExerciseSkip
constructor
A new instance of UnderlyingOptionExerciseSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptionExerciseSkip
Returns a new instance of UnderlyingOptionExerciseSkip.
53917 53918 53919 53920 53921 53922 53923 |
# File 'lib/quickfix_fields.rb', line 53917 def initialize(data = nil) if( data == nil ) super(41834) else super(41834, data) end end |
Class Method Details
.field ⇒ Object
53914 53915 53916 |
# File 'lib/quickfix_fields.rb', line 53914 def .field return 41834 end |