Method: Quickfix::RegistEmail#initialize

Defined in:
lib/quickfix_fields.rb

#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