Class: Quickfix50Sp2::TradeCaptureReport::NoLegs::NoOfLegUnderlyings

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

Defined Under Namespace

Classes: NoUnderlyingLegSecurityAltID

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOfLegUnderlyings

Returns a new instance of NoOfLegUnderlyings.



15026
15027
15028
15029
15030
15031
15032
15033
15034
15035
15036
15037
15038
15039
15040
15041
15042
15043
15044
15045
# File 'lib/quickfix50sp2.rb', line 15026

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