Class: Quickfix::InstrumentScopeSecurityAltIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecurityAltIDSource

Returns a new instance of InstrumentScopeSecurityAltIDSource.



20728
20729
20730
20731
20732
20733
20734
# File 'lib/quickfix_fields.rb', line 20728

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