Class: Quickfix50::QuoteCancel
- Defined in:
- lib/quickfix50.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.
3798 3799 3800 3801 |
# File 'lib/quickfix50.rb', line 3798 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |