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