Class: Quickfix::UnderlyingSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityIDSource

Returns a new instance of UnderlyingSecurityIDSource.



6207
6208
6209
6210
6211
6212
6213
# File 'lib/quickfix_fields.rb', line 6207

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