Class: Quickfix50Sp2::DerivativeSecurityListRequest::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.



12949
12950
12951
12952
12953
12954
12955
# File 'lib/quickfix50sp2.rb', line 12949

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