Class: Quickfix50Sp1::SecurityDefinition::NoMarketSegments::NoNestedInstrAttrib

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

#initializeNoNestedInstrAttrib

Returns a new instance of NoNestedInstrAttrib.



7527
7528
7529
7530
7531
7532
7533
# File 'lib/quickfix50sp1.rb', line 7527

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1210
	order[1] = 1211
	order[2] = 0
	super(1312, 1210, order)
end