Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoTrdMatchSides::NoAllocs::NoTradeAllocAmts

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

#initializeNoTradeAllocAmts

Returns a new instance of NoTradeAllocAmts.



370508
370509
370510
370511
370512
370513
370514
370515
370516
370517
# File 'lib/quickfix50sp2.rb', line 370508

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1845
  order[1] = 1846
  order[2] = 1847
  order[3] = 2933
  order[4] = 1850
  order[5] = 0
  super(1844, 1845, order)
end