Class: Quickfix::NoStatsIndicators
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoStatsIndicators
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStatsIndicators
constructor
A new instance of NoStatsIndicators.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStatsIndicators
Returns a new instance of NoStatsIndicators.
15671 15672 15673 15674 15675 15676 15677 |
# File 'lib/quickfix_fields.rb', line 15671 def initialize(data = nil) if( data == nil ) super(1175) else super(1175, data) end end |
Class Method Details
.field ⇒ Object
15668 15669 15670 |
# File 'lib/quickfix_fields.rb', line 15668 def NoStatsIndicators.field return 1175 end |