Class: Quickfix50Sp1::CollateralReport
- Defined in:
- lib/quickfix50sp1.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.
13139 13140 13141 13142 |
# File 'lib/quickfix50sp1.rb', line 13139 def initialize super getHeader().setField( Quickfix::MsgType.new("BA") ) end |