Class: Quickfix::OptionExerciseSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OptionExerciseSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptionExerciseSkip
constructor
A new instance of OptionExerciseSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OptionExerciseSkip
Returns a new instance of OptionExerciseSkip.
43933 43934 43935 43936 43937 43938 43939 |
# File 'lib/quickfix_fields.rb', line 43933 def initialize(data = nil) if( data == nil ) super(41130) else super(41130, data) end end |
Class Method Details
.field ⇒ Object
43930 43931 43932 |
# File 'lib/quickfix_fields.rb', line 43930 def OptionExerciseSkip.field return 41130 end |