Class: Quickfix50Sp1::AllocationReportAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationReportAck

Returns a new instance of AllocationReportAck.



12191
12192
12193
12194
# File 'lib/quickfix50sp1.rb', line 12191

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