Class: Quickfix::InstrumentScopeFlexibleIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::InstrumentScopeFlexibleIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeFlexibleIndicator
constructor
A new instance of InstrumentScopeFlexibleIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeFlexibleIndicator
Returns a new instance of InstrumentScopeFlexibleIndicator.
20884 20885 20886 20887 20888 20889 20890 |
# File 'lib/quickfix_fields.rb', line 20884 def initialize(data = nil) if( data == nil ) super(1554) else super(1554, data) end end |
Class Method Details
.field ⇒ Object
20881 20882 20883 |
# File 'lib/quickfix_fields.rb', line 20881 def InstrumentScopeFlexibleIndicator.field return 1554 end |