Class: Quickfix::NoStreams
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoStreams
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStreams
constructor
A new instance of NoStreams.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStreams
Returns a new instance of NoStreams.
27943 27944 27945 27946 27947 27948 27949 |
# File 'lib/quickfix_fields.rb', line 27943 def initialize(data = nil) if( data == nil ) super(40049) else super(40049, data) end end |
Class Method Details
.field ⇒ Object
27940 27941 27942 |
# File 'lib/quickfix_fields.rb', line 27940 def NoStreams.field return 40049 end |