Class: Quickfix50Sp2::DerivativeSecurityListRequest::NoDerivativeInstrumentParties

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



12938
12939
12940
12941
12942
12943
12944
12945
12946
# File 'lib/quickfix50sp2.rb', line 12938

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