Class: Quickfix50Sp2::QuoteStatusRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDividendPeriods

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

Defined Under Namespace

Classes: NoUnderlyingDividendPeriodBusinessCenters

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingDividendPeriods

Returns a new instance of NoUnderlyingDividendPeriods.



92787
92788
92789
92790
92791
92792
92793
92794
92795
92796
92797
92798
92799
92800
92801
92802
92803
92804
92805
92806
92807
92808
92809
92810
92811
# File 'lib/quickfix50sp2.rb', line 92787

def initialize
  order = Quickfix::IntArray.new(21)
  order[0] = 42863
  order[1] = 42864
  order[2] = 42865
  order[3] = 42866
  order[4] = 42867
  order[5] = 42868
  order[6] = 42882
  order[7] = 42869
  order[8] = 42870
  order[9] = 42871
  order[10] = 42872
  order[11] = 42873
  order[12] = 42874
  order[13] = 42875
  order[14] = 42876
  order[15] = 42877
  order[16] = 42878
  order[17] = 42879
  order[18] = 42880
  order[19] = 42881
  order[20] = 0
  super(42862, 42863, order)
end