Class: Quickfix40::AllocationInstructionAck

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

Instance Method Summary collapse

Constructor Details

#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