Class: Quickfix50Sp2::Quote

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoRateSources, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



3341
3342
3343
3344
# File 'lib/quickfix50sp2.rb', line 3341

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