Class: Quickfix::LegOptionExerciseSkip
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegOptionExerciseSkip
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseSkip
constructor
A new instance of LegOptionExerciseSkip.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseSkip
Returns a new instance of LegOptionExerciseSkip.
49354 49355 49356 49357 49358 49359 49360 |
# File 'lib/quickfix_fields.rb', line 49354 def initialize(data = nil) if( data == nil ) super(41505) else super(41505, data) end end |
Class Method Details
.field ⇒ Object
49351 49352 49353 |
# File 'lib/quickfix_fields.rb', line 49351 def LegOptionExerciseSkip.field return 41505 end |