Class: Quickfix50Sp1::SettlementObligationReport
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50Sp1::SettlementObligationReport
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoSettlOblig
Instance Method Summary collapse
-
#initialize ⇒ SettlementObligationReport
constructor
A new instance of SettlementObligationReport.
Constructor Details
#initialize ⇒ SettlementObligationReport
Returns a new instance of SettlementObligationReport.
15073 15074 15075 15076 |
# File 'lib/quickfix50sp1.rb', line 15073 def initialize super getHeader().setField( Quickfix::MsgType.new("BQ") ) end |