Class: Quickfix50Sp2::Email

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



1043
1044
1045
1046
# File 'lib/quickfix50sp2.rb', line 1043

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