Class: Quickfix50Sp2::AssignmentReport::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

Returns a new instance of NoLegSecondaryAssetClasses.



271643
271644
271645
271646
271647
271648
271649
271650
271651
# File 'lib/quickfix50sp2.rb', line 271643

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