Class: Quickfix50Sp2::CollateralAssignment::NoDlvyInst::NoSettlPartyIDs::NoSettlPartySubIDs

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

#initializeNoSettlPartySubIDs

Returns a new instance of NoSettlPartySubIDs.



21926
21927
21928
21929
21930
21931
21932
# File 'lib/quickfix50sp2.rb', line 21926

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 785
	order[1] = 786
	order[2] = 0
	super(801, 785, order)
end