Class: Quickfix44::QuoteCancel
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoPartyIDs, NoQuoteEntries
Instance Method Summary collapse
-
#initialize ⇒ QuoteCancel
constructor
A new instance of QuoteCancel.
Constructor Details
#initialize ⇒ QuoteCancel
Returns a new instance of QuoteCancel.
3217 3218 3219 3220 |
# File 'lib/quickfix44.rb', line 3217 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |