Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventSchedules

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

#initializeNoLegComplexEventSchedules

Returns a new instance of NoLegComplexEventSchedules.



319856
319857
319858
319859
319860
319861
319862
319863
319864
319865
# File 'lib/quickfix50sp2.rb', line 319856

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 41401
  order[1] = 41402
  order[2] = 41403
  order[3] = 41404
  order[4] = 41405
  order[5] = 0
  super(41400, 41401, order)
end