Class: Quickfix50::CollateralAssignment::NoDlvyInst::NoSettlPartyIDs

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

Defined Under Namespace

Classes: NoSettlPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoSettlPartyIDs

Returns a new instance of NoSettlPartyIDs.



17144
17145
17146
17147
17148
17149
17150
17151
17152
# File 'lib/quickfix50.rb', line 17144

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 782
	order[1] = 783
	order[2] = 784
	order[3] = 801
	order[4] = 0
	super(781, 782, order)
end