Class: Quickfix::LegRestructuringType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRestructuringType

Returns a new instance of LegRestructuringType.



42503
42504
42505
42506
42507
42508
42509
# File 'lib/quickfix_fields.rb', line 42503

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