Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegStreams::NoLegStreamCommoditySettlPeriods

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

Defined Under Namespace

Classes: NoLegStreamCommoditySettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegStreamCommoditySettlPeriods

Returns a new instance of NoLegStreamCommoditySettlPeriods.



282698
282699
282700
282701
282702
282703
282704
282705
282706
282707
282708
282709
282710
282711
282712
282713
282714
282715
282716
# File 'lib/quickfix50sp2.rb', line 282698

def initialize
  order = Quickfix::IntArray.new(15)
  order[0] = 41687
  order[1] = 41688
  order[2] = 41689
  order[3] = 41690
  order[4] = 41691
  order[5] = 41692
  order[6] = 41693
  order[7] = 41694
  order[8] = 41695
  order[9] = 41696
  order[10] = 41697
  order[11] = 41680
  order[12] = 41698
  order[13] = 41699
  order[14] = 0
  super(41686, 41687, order)
end