Class: Quickfix50Sp2::PositionMaintenanceRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventSchedules

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

#initializeNoComplexEventSchedules



225325
225326
225327
225328
225329
225330
225331
225332
225333
225334
# File 'lib/quickfix50sp2.rb', line 225325

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 41032
  order[1] = 41033
  order[2] = 41034
  order[3] = 41035
  order[4] = 41036
  order[5] = 0
  super(41031, 41032, order)
end