Class: Quickfix50::AllocationInstructionAck

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

Defined Under Namespace

Classes: NoAllocs, NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstructionAck

Returns a new instance of AllocationInstructionAck.



2288
2289
2290
2291
# File 'lib/quickfix50.rb', line 2288

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