Class: Quickfix43::Email

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix43.rb

Defined Under Namespace

Classes: LinesOfText, NoRelatedSym, NoRoutingIDs

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



345
346
347
348
# File 'lib/quickfix43.rb', line 345

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