Class: Quickfix43::Heartbeat
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ Heartbeat
constructor
A new instance of Heartbeat.
Constructor Details
#initialize ⇒ Heartbeat
Returns a new instance of Heartbeat.
11 12 13 14 |
# File 'lib/quickfix43.rb', line 11 def initialize super getHeader().setField( Quickfix::MsgType.new("0") ) end |