Class: Quickfix::RegistEmail

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistEmail

Returns a new instance of RegistEmail.



7910
7911
7912
7913
7914
7915
7916
# File 'lib/quickfix_fields.rb', line 7910

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

Class Method Details

.fieldObject



7907
7908
7909
# File 'lib/quickfix_fields.rb', line 7907

def RegistEmail.field
	return 511
end