Class: Quickfix50Sp1::TradeCaptureReportAck::NoLegs::NoOfLegUnderlyings

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

Instance Method Summary collapse

Constructor Details

#initializeNoOfLegUnderlyings

Returns a new instance of NoOfLegUnderlyings.



11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
# File 'lib/quickfix50sp1.rb', line 11594

def initialize
  order = Quickfix::IntArray.new(16)
  order[0] = 1330
  order[1] = 1331
  order[2] = 1332
  order[3] = 1333
  order[4] = 1344
  order[5] = 1337
  order[6] = 1338
  order[7] = 1339
  order[8] = 1345
  order[9] = 1405
  order[10] = 1340
  order[11] = 1391
  order[12] = 1343
  order[13] = 1341
  order[14] = 1392
  order[15] = 0
  super(1342, 1330, order)
end