Class: Quickfix50Sp1::ConfirmationAck

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

Instance Method Summary collapse

Constructor Details

#initializeConfirmationAck

Returns a new instance of ConfirmationAck.



12264
12265
12266
12267
# File 'lib/quickfix50sp1.rb', line 12264

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