Class: Quickfix::UnderlyingSecurityXMLSchema

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityXMLSchema

Returns a new instance of UnderlyingSecurityXMLSchema.



24550
24551
24552
24553
24554
24555
24556
# File 'lib/quickfix_fields.rb', line 24550

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