Class: Quickfix::UnderlyingSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityAltID

Returns a new instance of UnderlyingSecurityAltID.



17647
17648
17649
17650
17651
17652
17653
# File 'lib/quickfix_fields.rb', line 17647

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

Class Method Details

.fieldObject



17644
17645
17646
# File 'lib/quickfix_fields.rb', line 17644

def UnderlyingSecurityAltID.field
	return 458
end