Class: Quickfix::FallbackExerciseIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::FallbackExerciseIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FallbackExerciseIndicator
constructor
A new instance of FallbackExerciseIndicator.
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 |