Class: Quickfix50Sp2::AdjustedPositionReport
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartyIDs, NoPositions, NoRelatedSym
Instance Method Summary collapse
-
#initialize ⇒ AdjustedPositionReport
constructor
A new instance of AdjustedPositionReport.
Constructor Details
#initialize ⇒ AdjustedPositionReport
Returns a new instance of AdjustedPositionReport.
15419 15420 15421 15422 |
# File 'lib/quickfix50sp2.rb', line 15419 def initialize super getHeader().setField( Quickfix::MsgType.new("BL") ) end |