Class: Quickfix50Sp2::AllocationInstructionAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



2712
2713
2714
2715
# File 'lib/quickfix50sp2.rb', line 2712

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