Class: Quickfix::LegStreamVersion

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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