Class: Quickfix::NoInstrumentScopeSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoInstrumentScopeSecurityAltID

Returns a new instance of NoInstrumentScopeSecurityAltID.



20702
20703
20704
20705
20706
20707
20708
# File 'lib/quickfix_fields.rb', line 20702

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