Class: Quickfix::UnderlyingStreamReceiveSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamReceiveSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamReceiveSide
constructor
A new instance of UnderlyingStreamReceiveSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamReceiveSide
Returns a new instance of UnderlyingStreamReceiveSide.
34365 34366 34367 34368 34369 34370 34371 |
# File 'lib/quickfix_fields.rb', line 34365 def initialize(data = nil) if( data == nil ) super(40544) else super(40544, data) end end |
Class Method Details
.field ⇒ Object
34362 34363 34364 |
# File 'lib/quickfix_fields.rb', line 34362 def .field return 40544 end |