Class: Quickfix42::AllocationInstructionAck

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

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



533
534
535
536
# File 'lib/quickfix42.rb', line 533

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