Class: Quickfix50Sp2::SecurityDefinition::NoMarketSegments::NoTickRules

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

#initializeNoTickRules

Returns a new instance of NoTickRules.



8702
8703
8704
8705
8706
8707
8708
8709
8710
# File 'lib/quickfix50sp2.rb', line 8702

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1206
	order[1] = 1207
	order[2] = 1208
	order[3] = 1209
	order[4] = 0
	super(1205, 1206, order)
end