Class: Quickfix50Sp1::DerivativeSecurityList::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.



11179
11180
11181
11182
11183
11184
11185
11186
11187
# File 'lib/quickfix50sp1.rb', line 11179

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