Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoMarketSegments::NoStrikeRules

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

Defined Under Namespace

Classes: NoMaturityRules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoStrikeRules

Returns a new instance of NoStrikeRules.



26287
26288
26289
26290
26291
26292
26293
26294
26295
26296
26297
# File 'lib/quickfix50sp2.rb', line 26287

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