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



283304
283305
283306
283307
283308
283309
283310
283311
283312
283313
283314
283315
283316
283317
283318
283319
283320
283321
283322
# File 'lib/quickfix50sp2.rb', line 283304

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