Class: Quickfix44::AllocationInstructionAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



1962
1963
1964
1965
# File 'lib/quickfix44.rb', line 1962

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