Class: Quickfix50Sp2::PositionTransferReport::NoSecondaryAssetClasses

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

#initializeNoSecondaryAssetClasses

Returns a new instance of NoSecondaryAssetClasses.



388750
388751
388752
388753
388754
388755
388756
388757
388758
# File 'lib/quickfix50sp2.rb', line 388750

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1977
  order[1] = 1978
  order[2] = 1979
  order[3] = 2741
  order[4] = 0
  super(1976, 1977, order)
end