Class: Quickfix50Sp2::PositionMaintenanceReport::NoComplexEvents::NoComplexEventPeriods

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

Defined Under Namespace

Classes: NoComplexEventAveragingObservations, NoComplexEventPeriodDateTimes, NoComplexEventSchedules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoComplexEventPeriods

Returns a new instance of NoComplexEventPeriods.



230555
230556
230557
230558
230559
230560
230561
230562
230563
230564
# File 'lib/quickfix50sp2.rb', line 230555

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 41011
  order[1] = 41012
  order[2] = 41031
  order[3] = 41007
  order[4] = 40994
  order[5] = 0
  super(41010, 41011, order)
end