Class: Quickfix50::Email

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



796
797
798
799
# File 'lib/quickfix50.rb', line 796

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