Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoTrdMatchSides::NoAllocs::NoAllocRegulatoryTradeIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAllocRegulatoryTradeIDs

Returns a new instance of NoAllocRegulatoryTradeIDs.



370471
370472
370473
370474
370475
370476
370477
370478
370479
370480
370481
# File 'lib/quickfix50sp2.rb', line 370471

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1909
  order[1] = 1910
  order[2] = 1911
  order[3] = 1912
  order[4] = 2406
  order[5] = 2399
  order[6] = 0
  super(1908, 1909, order)
end