Class: Quickfix::NoUnderlyingSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



6350
6351
6352
6353
6354
6355
6356
# File 'lib/quickfix_fields.rb', line 6350

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