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.



11201
11202
11203
11204
11205
11206
11207
# File 'lib/quickfix50sp1.rb', line 11201

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