Class: Quickfix::UnderlyingStreamVersion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamVersion
constructor
A new instance of UnderlyingStreamVersion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamVersion
Returns a new instance of UnderlyingStreamVersion.
75016 75017 75018 75019 75020 75021 75022 |
# File 'lib/quickfix_fields.rb', line 75016 def initialize(data = nil) if( data == nil ) super(43083) else super(43083, data) end end |
Class Method Details
.field ⇒ Object
75013 75014 75015 |
# File 'lib/quickfix_fields.rb', line 75013 def .field return 43083 end |