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



135565
135566
135567
135568
135569
135570
135571
135572
135573
135574
135575
135576
135577
135578
135579
135580
135581
135582
135583
135584
135585
135586
135587
# File 'lib/quickfix50sp2.rb', line 135565

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