Class: Quickfix50Sp1::DerivativeSecurityList::NoDerivativeInstrAttrib

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

#initializeNoDerivativeInstrAttrib

Returns a new instance of NoDerivativeInstrAttrib.



11226
11227
11228
11229
11230
11231
11232
# File 'lib/quickfix50sp1.rb', line 11226

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1313
	order[1] = 1314
	order[2] = 0
	super(1311, 1313, order)
end