Class: Quickfix42::QuoteCancel

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix42.rb

Defined Under Namespace

Classes: NoQuoteEntries

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel

Returns a new instance of QuoteCancel.



774
775
776
777
# File 'lib/quickfix42.rb', line 774

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("Z") )
end