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