Class: Quickfix41::Logon

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

Instance Method Summary collapse

Constructor Details

#initializeLogon

Returns a new instance of Logon.



90
91
92
93
# File 'lib/quickfix41.rb', line 90

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