Class: Quickfix50Sp1::AllocationReport
- Defined in:
- lib/quickfix50sp1.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.
11868 11869 11870 11871 |
# File 'lib/quickfix50sp1.rb', line 11868 def initialize super getHeader().setField( Quickfix::MsgType.new("AS") ) end |