Class: Quickfix50Sp2::DerivativeSecurityList::NoDerivativeInstrumentParties::NoDerivativeInstrumentPartySubIDs

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



13043
13044
13045
13046
13047
13048
13049
# File 'lib/quickfix50sp2.rb', line 13043

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