Class: Quickfix50Sp1::AllocationReport

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



11868
11869
11870
11871
# File 'lib/quickfix50sp1.rb', line 11868

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