Class: Quickfix50Sp2::News::NoNewsRefIDs

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

#initializeNoNewsRefIDs

Returns a new instance of NoNewsRefIDs.



1568
1569
1570
1571
1572
1573
1574
# File 'lib/quickfix50sp2.rb', line 1568

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1476
	order[1] = 1477
	order[2] = 0
	super(1475, 1476, order)
end