Class: Quickfix::NoInstrumentScopes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrumentScopes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentScopes
constructor
A new instance of NoInstrumentScopes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoInstrumentScopes
Returns a new instance of NoInstrumentScopes.
21196 21197 21198 21199 21200 21201 21202 |
# File 'lib/quickfix_fields.rb', line 21196 def initialize(data = nil) if( data == nil ) super(1656) else super(1656, data) end end |
Class Method Details
.field ⇒ Object
21193 21194 21195 |
# File 'lib/quickfix_fields.rb', line 21193 def NoInstrumentScopes.field return 1656 end |