Class: Quickfix50Sp1::SecurityDefinitionUpdateReport::NoMarketSegments::NoStrikeRules::NoMaturityRules

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Constructor Details

#initializeNoMaturityRules

Returns a new instance of NoMaturityRules.



14116
14117
14118
14119
14120
14121
14122
14123
14124
14125
14126
# File 'lib/quickfix50sp1.rb', line 14116

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1222
  order[1] = 1303
  order[2] = 1302
  order[3] = 1241
  order[4] = 1226
  order[5] = 1229
  order[6] = 0
  super(1236, 1222, order)
end