Class: Quickfix50Sp2::CollateralReport::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.



296134
296135
296136
296137
296138
296139
296140
296141
296142
296143
296144
296145
296146
296147
296148
296149
296150
296151
296152
296153
296154
# File 'lib/quickfix50sp2.rb', line 296134

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