Class: Quickfix44::AllocationReport
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ AllocationReport
constructor
A new instance of AllocationReport.
Constructor Details
#initialize ⇒ AllocationReport
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 |