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



192457
192458
192459
192460
192461
192462
192463
192464
192465
192466
192467
192468
192469
192470
192471
192472
192473
192474
192475
192476
192477
# File 'lib/quickfix50sp2.rb', line 192457

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