Class: Quickfix41::Logon
- Defined in:
- lib/quickfix41.rb
Instance Method Summary collapse
-
#initialize ⇒ Logon
constructor
A new instance of Logon.
Constructor Details
#initialize ⇒ Logon
Returns a new instance of Logon.
90 91 92 93 |
# File 'lib/quickfix41.rb', line 90 def initialize super getHeader().setField( Quickfix::MsgType.new("A") ) end |