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



7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
# File 'lib/quickfix50sp2.rb', line 7598

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