Class: Quickfix50Sp1::DerivativeSecurityList::NoDerivativeInstrumentParties::NoDerivativeInstrumentPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDerivativeInstrumentPartySubIDs

Returns a new instance of NoDerivativeInstrumentPartySubIDs.



11190
11191
11192
11193
11194
11195
11196
# File 'lib/quickfix50sp1.rb', line 11190

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1297
	order[1] = 1298
	order[2] = 0
	super(1296, 1297, order)
end