Class: Quickfix::LegSymbolSfx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSymbolSfx

Returns a new instance of LegSymbolSfx.



8170
8171
8172
8173
8174
8175
8176
# File 'lib/quickfix_fields.rb', line 8170

def initialize(data = nil)
	if( data == nil )
		super(601)
	else
		super(601, data)
	end
end