Class: Quickfix50::AllocationReport

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

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoPosAmt, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeAllocationReport

Returns a new instance of AllocationReport.



10602
10603
10604
10605
# File 'lib/quickfix50.rb', line 10602

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