Class: Quickfix50Sp2::QuoteRequestReject

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

Defined Under Namespace

Classes: NoRelatedSym, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeQuoteRequestReject

Returns a new instance of QuoteRequestReject.



9660
9661
9662
9663
# File 'lib/quickfix50sp2.rb', line 9660

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