Class: Quickfix50::CollateralReport
- Defined in:
- lib/quickfix50.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.
11818 11819 11820 11821 |
# File 'lib/quickfix50.rb', line 11818 def initialize super getHeader().setField( Quickfix::MsgType.new("BA") ) end |