Class: Quickfix::UnderlyingAutomaticExerciseIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingAutomaticExerciseIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAutomaticExerciseIndicator
constructor
A new instance of UnderlyingAutomaticExerciseIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAutomaticExerciseIndicator
Returns a new instance of UnderlyingAutomaticExerciseIndicator.
53644 53645 53646 53647 53648 53649 53650 |
# File 'lib/quickfix_fields.rb', line 53644 def initialize(data = nil) if( data == nil ) super(41813) else super(41813, data) end end |
Class Method Details
.field ⇒ Object
53641 53642 53643 |
# File 'lib/quickfix_fields.rb', line 53641 def .field return 41813 end |