Class: Quickfix::UnderlyingSecurityXML

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityXML

Returns a new instance of UnderlyingSecurityXML.



24537
24538
24539
24540
24541
24542
24543
# File 'lib/quickfix_fields.rb', line 24537

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