Class: Quickfix50Sp2::QuoteRequest::NoRelatedSym::NoRateSources

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

#initializeNoRateSources

Returns a new instance of NoRateSources.



5063
5064
5065
5066
5067
5068
5069
5070
# File 'lib/quickfix50sp2.rb', line 5063

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1446
	order[1] = 1447
	order[2] = 1448
	order[3] = 0
	super(1445, 1446, order)
end