Class: Quickfix50Sp2::CollateralReport
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoExecs, NoLegs, NoMiscFees, NoPartyIDs, NoStipulations, NoTrades, NoTrdRegTimestamps, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ CollateralReport
constructor
A new instance of CollateralReport.
Constructor Details
#initialize ⇒ CollateralReport
Returns a new instance of CollateralReport.
14053 14054 14055 14056 |
# File 'lib/quickfix50sp2.rb', line 14053 def initialize super getHeader().setField( Quickfix::MsgType.new("BA") ) end |