Class: Quickfix50Sp2::AllocationReport

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeAllocationReport

Returns a new instance of AllocationReport.



12721
12722
12723
12724
# File 'lib/quickfix50sp2.rb', line 12721

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