Class: Quickfix::LegFallbackExerciseIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegFallbackExerciseIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFallbackExerciseIndicator
constructor
A new instance of LegFallbackExerciseIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegFallbackExerciseIndicator
Returns a new instance of LegFallbackExerciseIndicator.
49133 49134 49135 49136 49137 49138 49139 |
# File 'lib/quickfix_fields.rb', line 49133 def initialize(data = nil) if( data == nil ) super(41488) else super(41488, data) end end |
Class Method Details
.field ⇒ Object
49130 49131 49132 |
# File 'lib/quickfix_fields.rb', line 49130 def LegFallbackExerciseIndicator.field return 41488 end |