Class: Quickfix::StreamAsgnType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamAsgnType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnType
constructor
A new instance of StreamAsgnType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnType
Returns a new instance of StreamAsgnType.
19896 19897 19898 19899 19900 19901 19902 |
# File 'lib/quickfix_fields.rb', line 19896 def initialize(data = nil) if( data == nil ) super(1617) else super(1617, data) end end |
Class Method Details
.field ⇒ Object
19893 19894 19895 |
# File 'lib/quickfix_fields.rb', line 19893 def StreamAsgnType.field return 1617 end |