Class: Quickfix50Sp1::QuoteRequest

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

Defined Under Namespace

Classes: NoRelatedSym, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeQuoteRequest

Returns a new instance of QuoteRequest.



2747
2748
2749
2750
# File 'lib/quickfix50sp1.rb', line 2747

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