Class: Quickfix43::Email
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: LinesOfText, NoRelatedSym, NoRoutingIDs
Instance Method Summary collapse
-
#initialize ⇒ Email
constructor
A new instance of Email.
Constructor Details
#initialize ⇒ Email
345 346 347 348 |
# File 'lib/quickfix43.rb', line 345 def initialize super getHeader().setField( Quickfix::MsgType.new("C") ) end |