Class: Quickfix50Sp1::DerivativeSecurityListUpdateReport::NoDerivativeInstrumentParties

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

Defined Under Namespace

Classes: NoDerivativeInstrumentPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDerivativeInstrumentParties

Returns a new instance of NoDerivativeInstrumentParties.



22642
22643
22644
22645
22646
22647
22648
22649
22650
# File 'lib/quickfix50sp1.rb', line 22642

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1293
	order[1] = 1294
	order[2] = 1295
	order[3] = 1296
	order[4] = 0
	super(1292, 1293, order)
end