Class: Quickfix50Sp2::QuoteCancel
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartyIDs, NoQuoteEntries, NoTargetPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ QuoteCancel
constructor
A new instance of QuoteCancel.
Constructor Details
#initialize ⇒ QuoteCancel
Returns a new instance of QuoteCancel.
4633 4634 4635 4636 |
# File 'lib/quickfix50sp2.rb', line 4633 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |