Class: Quickfix43::QuoteCancel

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

Defined Under Namespace

Classes: NoPartyIDs, NoQuoteEntries

Instance Method Summary collapse

Constructor Details

#initializeQuoteCancel

Returns a new instance of QuoteCancel.



1393
1394
1395
1396
# File 'lib/quickfix43.rb', line 1393

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