Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegStreams::NoLegDeliverySchedules

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

Defined Under Namespace

Classes: NoLegDeliveryScheduleSettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegDeliverySchedules

Returns a new instance of NoLegDeliverySchedules.



315071
315072
315073
315074
315075
315076
315077
315078
315079
315080
315081
315082
315083
315084
315085
315086
315087
315088
315089
# File 'lib/quickfix50sp2.rb', line 315071

def initialize
  order = Quickfix::IntArray.new(15)
  order[0] = 41409
  order[1] = 41410
  order[2] = 41411
  order[3] = 41412
  order[4] = 41413
  order[5] = 41414
  order[6] = 41415
  order[7] = 41416
  order[8] = 41417
  order[9] = 41418
  order[10] = 41419
  order[11] = 41420
  order[12] = 41421
  order[13] = 41422
  order[14] = 0
  super(41408, 41409, order)
end