Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoStreams::NoReturnRates::NoReturnRatePrices

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoReturnRatePrices

Returns a new instance of NoReturnRatePrices.



58508
58509
58510
58511
58512
58513
58514
58515
58516
# File 'lib/quickfix50sp2.rb', line 58508

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 42766
	order[1] = 42767
	order[2] = 42768
	order[3] = 42769
	order[4] = 0
	super(42765, 42766, order)
end