Class: Quickfix43::QuoteCancel
- Defined in:
- lib/quickfix43.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.
1393 1394 1395 1396 |
# File 'lib/quickfix43.rb', line 1393 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |