Class: Quickfix::LegSecurityXML

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityXML

Returns a new instance of LegSecurityXML.



24498
24499
24500
24501
24502
24503
24504
# File 'lib/quickfix_fields.rb', line 24498

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