Class: Quickfix41::Email
- Defined in:
- lib/quickfix41.rb
Defined Under Namespace
Classes: LinesOfText, NoRelatedSym
Instance Method Summary collapse
-
#initialize ⇒ Email
constructor
A new instance of Email.
Constructor Details
#initialize ⇒ Email
Returns a new instance of Email.
134 135 136 137 |
# File 'lib/quickfix41.rb', line 134 def initialize super getHeader().setField( Quickfix::MsgType.new("C") ) end |