Class: Quickfix50Sp1::Email
- Defined in:
- lib/quickfix50sp1.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.
968 969 970 971 |
# File 'lib/quickfix50sp1.rb', line 968 def initialize super getHeader().setField( Quickfix::MsgType.new("C") ) end |