Class: Quickfix50Sp1::MarketDefinition::NoTickRules

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

#initializeNoTickRules

Returns a new instance of NoTickRules.



23112
23113
23114
23115
23116
23117
23118
23119
23120
# File 'lib/quickfix50sp1.rb', line 23112

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