Class: Quickfix50Sp2::PositionTransferInstruction::NoTargetPartyIDs

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

Defined Under Namespace

Classes: NoTargetPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoTargetPartyIDs

Returns a new instance of NoTargetPartyIDs.



385200
385201
385202
385203
385204
385205
385206
385207
385208
385209
# File 'lib/quickfix50sp2.rb', line 385200

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1462
	order[1] = 1463
	order[2] = 1464
	order[3] = 1818
	order[4] = 2433
	order[5] = 0
	super(1461, 1462, order)
end