Class: Quickfix::StreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamType
constructor
A new instance of StreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamType
Returns a new instance of StreamType.
27956 27957 27958 27959 27960 27961 27962 |
# File 'lib/quickfix_fields.rb', line 27956 def initialize(data = nil) if( data == nil ) super(40050) else super(40050, data) end end |
Class Method Details
.field ⇒ Object
27953 27954 27955 |
# File 'lib/quickfix_fields.rb', line 27953 def StreamType.field return 40050 end |