Class: Quickfix44::Email

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



735
736
737
738
# File 'lib/quickfix44.rb', line 735

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