Class: Quickfix50Sp2::SecurityStatusRequest::NoUnderlyings::NoUnderlyingAdditionalTerms::NoUnderlyingAdditionalTermBondRefs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingAdditionalTermBondRefs

Returns a new instance of NoUnderlyingAdditionalTermBondRefs.



114678
114679
114680
114681
114682
114683
114684
114685
114686
114687
114688
114689
114690
114691
114692
114693
114694
114695
114696
114697
114698
114699
114700
# File 'lib/quickfix50sp2.rb', line 114678

def initialize
  order = Quickfix::IntArray.new(19)
  order[0] = 41341
  order[1] = 41701
  order[2] = 41709
  order[3] = 41710
  order[4] = 41711
  order[5] = 41712
  order[6] = 42017
  order[7] = 42025
  order[8] = 42026
  order[9] = 42027
  order[10] = 42028
  order[11] = 42029
  order[12] = 42030
  order[13] = 42031
  order[14] = 42032
  order[15] = 42033
  order[16] = 42034
  order[17] = 42035
  order[18] = 0
  super(41340, 41341, order)
end