Class: Quickfix50Sp2::News::NoNewsRefIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNewsRefIDs

Returns a new instance of NoNewsRefIDs.



1032
1033
1034
1035
1036
1037
1038
# File 'lib/quickfix50sp2.rb', line 1032

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