Class: Quickfix42::QuoteAcknowledgement
- Defined in:
- lib/quickfix42.rb
Defined Under Namespace
Classes: NoQuoteSets
Instance Method Summary collapse
-
#initialize ⇒ QuoteAcknowledgement
constructor
A new instance of QuoteAcknowledgement.
Constructor Details
#initialize ⇒ QuoteAcknowledgement
Returns a new instance of QuoteAcknowledgement.
816 817 818 819 |
# File 'lib/quickfix42.rb', line 816 def initialize super getHeader().setField( Quickfix::MsgType.new("b") ) end |