Class: Quickfix::LegStreamVersion
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamVersion
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamVersion
constructor
A new instance of LegStreamVersion.
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 |