Class: Quickfix50Sp2::StreamAssignmentReport::NoAsgnReqs

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

Defined Under Namespace

Classes: NoPartyIDs, NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeNoAsgnReqs

Returns a new instance of NoAsgnReqs.



16934
16935
16936
16937
16938
16939
16940
# File 'lib/quickfix50sp2.rb', line 16934

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 453
	order[1] = 146
	order[2] = 0
	super(1499, 453, order)
end