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



237671
237672
237673
237674
237675
237676
237677
237678
237679
237680
# File 'lib/quickfix50sp2.rb', line 237671

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