Class: Quickfix50Sp1::AllocationInstructionAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



2540
2541
2542
2543
# File 'lib/quickfix50sp1.rb', line 2540

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