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



47581
47582
47583
47584
47585
47586
47587
47588
47589
47590
47591
47592
47593
47594
47595
47596
47597
47598
47599
47600
47601
47602
47603
47604
47605
# File 'lib/quickfix50sp2.rb', line 47581

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