Class: Quickfix50Sp2::QuoteRequestReject::NoRootPartyIDs

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

Defined Under Namespace

Classes: NoRootPartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartyIDs

Returns a new instance of NoRootPartyIDs.



9666
9667
9668
9669
9670
9671
9672
9673
9674
# File 'lib/quickfix50sp2.rb', line 9666

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1117
	order[1] = 1118
	order[2] = 1119
	order[3] = 1120
	order[4] = 0
	super(1116, 1117, order)
end