Class: Quickfix11::Logon

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

Defined Under Namespace

Classes: NoMsgTypes

Instance Method Summary collapse

Constructor Details

#initializeLogon

Returns a new instance of Logon.



53
54
55
56
# File 'lib/quickfixt11.rb', line 53

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