Class: Quickfix50Sp1::QuoteCancel
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoPartyIDs, NoQuoteEntries
Instance Method Summary collapse
-
#initialize ⇒ QuoteCancel
constructor
A new instance of QuoteCancel.
Constructor Details
#initialize ⇒ QuoteCancel
4305 4306 4307 4308 |
# File 'lib/quickfix50sp1.rb', line 4305 def initialize super getHeader().setField( Quickfix::MsgType.new("Z") ) end |