Class: Quickfix50Sp2::SecurityDefinitionRequest::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.



104655
104656
104657
104658
104659
104660
104661
104662
104663
104664
# File 'lib/quickfix50sp2.rb', line 104655

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