Class: Quickfix::NoUnderlyingStreams
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreams
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreams
constructor
A new instance of NoUnderlyingStreams.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreams
Returns a new instance of NoUnderlyingStreams.
34313 34314 34315 34316 34317 34318 34319 |
# File 'lib/quickfix_fields.rb', line 34313 def initialize(data = nil) if( data == nil ) super(40540) else super(40540, data) end end |
Class Method Details
.field ⇒ Object
34310 34311 34312 |
# File 'lib/quickfix_fields.rb', line 34310 def NoUnderlyingStreams.field return 40540 end |