Class: Quickfix44::AllocationReport

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeAllocationReport

Returns a new instance of AllocationReport.



9013
9014
9015
9016
# File 'lib/quickfix44.rb', line 9013

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