Class: Quickfix44::AllocationReportAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationReportAck

Returns a new instance of AllocationReportAck.



9292
9293
9294
9295
# File 'lib/quickfix44.rb', line 9292

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