Class: Quickfix44::Logon

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

Defined Under Namespace

Classes: NoMsgTypes

Instance Method Summary collapse

Constructor Details

#initializeLogon

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