Class: Quickfix::FallbackExerciseIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::FallbackExerciseIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FallbackExerciseIndicator
constructor
A new instance of FallbackExerciseIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ FallbackExerciseIndicator
Returns a new instance of FallbackExerciseIndicator.
43712 43713 43714 43715 43716 43717 43718 |
# File 'lib/quickfix_fields.rb', line 43712 def initialize(data = nil) if( data == nil ) super(41113) else super(41113, data) end end |
Class Method Details
.field ⇒ Object
43709 43710 43711 |
# File 'lib/quickfix_fields.rb', line 43709 def FallbackExerciseIndicator.field return 41113 end |