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

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

#initializeNoMaturityRules

Returns a new instance of NoMaturityRules.



26300
26301
26302
26303
26304
26305
26306
26307
26308
26309
26310
# File 'lib/quickfix50sp2.rb', line 26300

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