Class: Quickfix50Sp2::AllocationReportAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationReportAck

Returns a new instance of AllocationReportAck.



13065
13066
13067
13068
# File 'lib/quickfix50sp2.rb', line 13065

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