Class: Quickfix::StreamVersion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamVersion
constructor
A new instance of StreamVersion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamVersion
Returns a new instance of StreamVersion.
70869 70870 70871 70872 70873 70874 70875 |
# File 'lib/quickfix_fields.rb', line 70869 def initialize(data = nil) if( data == nil ) super(42784) else super(42784, data) end end |
Class Method Details
.field ⇒ Object
70866 70867 70868 |
# File 'lib/quickfix_fields.rb', line 70866 def StreamVersion.field return 42784 end |