Method: Quickfix40::AllocationInstructionAck#initialize

Defined in:
lib/quickfix40.rb

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



248
249
250
251
# File 'lib/quickfix40.rb', line 248

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