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



198182
198183
198184
198185
198186
198187
198188
198189
198190
198191
198192
198193
198194
198195
198196
198197
198198
198199
198200
198201
198202
198203
198204
# File 'lib/quickfix50sp2.rb', line 198182

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