Class: Quickfix42::QuoteCancel
- Defined in:
- lib/quickfix42.rb
Defined Under Namespace
Classes: NoQuoteEntries
Instance Method Summary collapse
-
#initialize ⇒ QuoteCancel
constructor
A new instance of QuoteCancel.
Constructor Details
#initialize ⇒ QuoteCancel
Returns a new instance of QuoteCancel.
774 775 776 777 |
# File 'lib/quickfix42.rb', line 774 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |