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