Class: Quickfix::RelatedToSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedToSecurityIDSource

Returns a new instance of RelatedToSecurityIDSource.



57882
57883
57884
57885
57886
57887
57888
# File 'lib/quickfix_fields.rb', line 57882

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