Class: Quickfix50Sp2::MassQuoteAcknowledgement::NoTargetPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoTargetPartyIDs

Returns a new instance of NoTargetPartyIDs.



5379
5380
5381
5382
5383
5384
5385
5386
# File 'lib/quickfix50sp2.rb', line 5379

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