Class: Quickfix50Sp2::Email
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ Email
constructor
A new instance of Email.
Constructor Details
#initialize ⇒ Email
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 |