Class: Quickfix50Sp2::AccountSummaryReport::NoCollateralAmounts

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoCollateralReinvestments

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoCollateralAmounts

Returns a new instance of NoCollateralAmounts.



362899
362900
362901
362902
362903
362904
362905
362906
362907
362908
362909
362910
362911
362912
362913
362914
362915
362916
362917
362918
362919
# File 'lib/quickfix50sp2.rb', line 362899

def initialize
  order = Quickfix::IntArray.new(17)
  order[0] = 1704
  order[1] = 1705
  order[2] = 2929
  order[3] = 2632
  order[4] = 2090
  order[5] = 2091
  order[6] = 1706
  order[7] = 2092
  order[8] = 2093
  order[9] = 1902
  order[10] = 2350
  order[11] = 2690
  order[12] = 2689
  order[13] = 2840
  order[14] = 2845
  order[15] = 2841
  order[16] = 0
  super(1703, 1704, order)
end