Class: Quickfix::UnderlyingStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamType
constructor
A new instance of UnderlyingStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamType
Returns a new instance of UnderlyingStreamType.
34326 34327 34328 34329 34330 34331 34332 |
# File 'lib/quickfix_fields.rb', line 34326 def initialize(data = nil) if( data == nil ) super(40541) else super(40541, data) end end |
Class Method Details
.field ⇒ Object
34323 34324 34325 |
# File 'lib/quickfix_fields.rb', line 34323 def .field return 40541 end |