Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::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

#initialize ⇒ NoUnderlyingAdditionalTermBondRefs

Returns a new instance of NoUnderlyingAdditionalTermBondRefs.



370117
370118
370119
370120
370121
370122
370123
370124
370125
370126
370127
370128
370129
370130
370131
370132
370133
370134
370135
370136
370137
370138
370139
# File 'lib/quickfix50sp2.rb', line 370117

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