Class: Quickfix42::Email

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

Defined Under Namespace

Classes: LinesOfText, NoRelatedSym, NoRoutingIDs

Instance Method Summary collapse

Constructor Details

#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