Class: Quickfix50Sp2::QuoteRequest

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

Defined Under Namespace

Classes: NoRelatedSym, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeQuoteRequest

Returns a new instance of QuoteRequest.



2929
2930
2931
2932
# File 'lib/quickfix50sp2.rb', line 2929

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