Method: Quickfix42::Email#initialize

Defined in:
lib/quickfix42.rb

#initializeEmail

Returns a new instance of Email.



184
185
186
187
# File 'lib/quickfix42.rb', line 184

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("C") )
end