Class: Quickfix44::Heartbeat

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix44.rb

Instance Method Summary collapse

Constructor Details

#initializeHeartbeat

Returns a new instance of Heartbeat.



11
12
13
14
# File 'lib/quickfix44.rb', line 11

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("0") )
end