Class: Quickfix50Sp2::MarketDefinition::NoInstrumentScopes

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

Defined Under Namespace

Classes: NoInstrumentScopeSecurityAltID

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoInstrumentScopes

Returns a new instance of NoInstrumentScopes.



341287
341288
341289
341290
341291
341292
341293
341294
341295
341296
341297
341298
341299
341300
341301
341302
341303
341304
341305
341306
341307
341308
341309
341310
341311
341312
341313
341314
341315
# File 'lib/quickfix50sp2.rb', line 341287

def initialize
  order = Quickfix::IntArray.new(25)
  order[0] = 1535
  order[1] = 1536
  order[2] = 1537
  order[3] = 1538
  order[4] = 1539
  order[5] = 1543
  order[6] = 1544
  order[7] = 1545
  order[8] = 1546
  order[9] = 2895
  order[10] = 1547
  order[11] = 1548
  order[12] = 1549
  order[13] = 1550
  order[14] = 1551
  order[15] = 1552
  order[16] = 1553
  order[17] = 1554
  order[18] = 1555
  order[19] = 1616
  order[20] = 1556
  order[21] = 1620
  order[22] = 1621
  order[23] = 1557
  order[24] = 0
  super(1656, 1535, order)
end