Class: Quickfix50Sp2::OrderMassStatusRequest::NoTargetPartyIDs

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

#initializeNoTargetPartyIDs

Returns a new instance of NoTargetPartyIDs.



15483
15484
15485
15486
15487
15488
15489
15490
# File 'lib/quickfix50sp2.rb', line 15483

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