Class: Quickfix50Sp2::OrderMassActionRequest::NoTargetPartyIDs::NoTargetPartySubIDs

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

#initializeNoTargetPartySubIDs

Returns a new instance of NoTargetPartySubIDs.



345077
345078
345079
345080
345081
345082
345083
# File 'lib/quickfix50sp2.rb', line 345077

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2434
	order[1] = 2435
	order[2] = 0
	super(2433, 2434, order)
end