Class: Quickfix::RelatedSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedSecurityIDSource

Returns a new instance of RelatedSecurityIDSource.



20312
20313
20314
20315
20316
20317
20318
# File 'lib/quickfix_fields.rb', line 20312

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