Class: Quickfix::SecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityAltID

Returns a new instance of SecurityAltID.



3880
3881
3882
3883
3884
3885
3886
# File 'lib/quickfix_fields.rb', line 3880

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

Class Method Details

.fieldObject



3877
3878
3879
# File 'lib/quickfix_fields.rb', line 3877

def SecurityAltID.field
	return 455
end