Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoStrikeRules

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

Defined Under Namespace

Classes: NoMaturityRules

Instance Method Summary collapse

Constructor Details

#initializeNoStrikeRules



15224
15225
15226
15227
15228
15229
15230
15231
15232
15233
15234
# File 'lib/quickfix50sp2.rb', line 15224

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1223
  order[1] = 1202
  order[2] = 1203
  order[3] = 1204
  order[4] = 1304
  order[5] = 1236
  order[6] = 0
  super(1201, 1223, order)
end