Class: Quickfix44::Logon
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoMsgTypes
Instance Method Summary collapse
-
#initialize ⇒ Logon
constructor
A new instance of Logon.
Constructor Details
#initialize ⇒ Logon
Returns a new instance of Logon.
539 540 541 542 |
# File 'lib/quickfix44.rb', line 539 def initialize super getHeader().setField( Quickfix::MsgType.new("A") ) end |