Class: Quickfix50Sp1::Email

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeEmail

Returns a new instance of Email.



968
969
970
971
# File 'lib/quickfix50sp1.rb', line 968

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