Class: Quickfix50Sp1::Quote

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



3123
3124
3125
3126
# File 'lib/quickfix50sp1.rb', line 3123

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