Class: Quickfix44::CollateralReport
- Defined in:
- lib/quickfix44.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.
10101 10102 10103 10104 |
# File 'lib/quickfix44.rb', line 10101 def initialize super getHeader().setField( Quickfix::MsgType.new("BA") ) end |