Class: Quickfix50::AllocationReportAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationReportAck

Returns a new instance of AllocationReportAck.



10914
10915
10916
10917
# File 'lib/quickfix50.rb', line 10914

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