Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::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.



315527
315528
315529
315530
315531
315532
315533
315534
315535
315536
315537
315538
# File 'lib/quickfix50sp2.rb', line 315527

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