Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegSecondaryAssetClasses

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

#initializeNoLegSecondaryAssetClasses



282169
282170
282171
282172
282173
282174
282175
282176
282177
# File 'lib/quickfix50sp2.rb', line 282169

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 2077
  order[1] = 2078
  order[2] = 2079
  order[3] = 2743
  order[4] = 0
  super(2076, 2077, order)
end