Class: Quickfix::RegistEmail

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RegistEmail

Returns a new instance of RegistEmail.



7026
7027
7028
7029
7030
7031
7032
# File 'lib/quickfix_fields.rb', line 7026

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

Class Method Details

.fieldObject



7023
7024
7025
# File 'lib/quickfix_fields.rb', line 7023

def RegistEmail.field
	return 511
end