Class: Quickfix::LegStreamVersion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamVersion
constructor
A new instance of LegStreamVersion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamVersion
Returns a new instance of LegStreamVersion.
68282 68283 68284 68285 68286 68287 68288 |
# File 'lib/quickfix_fields.rb', line 68282 def initialize(data = nil) if( data == nil ) super(42583) else super(42583, data) end end |
Class Method Details
.field ⇒ Object
68279 68280 68281 |
# File 'lib/quickfix_fields.rb', line 68279 def LegStreamVersion.field return 42583 end |