Class: Quickfix50Sp2::PositionReport::NoCollateralAmounts::NoCollateralReinvestments

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

#initializeNoCollateralReinvestments



249492
249493
249494
249495
249496
249497
249498
249499
249500
# File 'lib/quickfix50sp2.rb', line 249492

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 2844
  order[1] = 2842
  order[2] = 2843
  order[3] = 2931
  order[4] = 0
  super(2845, 2844, order)
end