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