Class: Quickfix50::QuoteCancel

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

Defined Under Namespace

Classes: NoPartyIDs, NoQuoteEntries

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel

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