Class: Quickfix44::QuoteCancel

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

Defined Under Namespace

Classes: NoPartyIDs, NoQuoteEntries

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel

Returns a new instance of QuoteCancel.



3217
3218
3219
3220
# File 'lib/quickfix44.rb', line 3217

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