Class: Quickfix50Sp2::AllocationReport::NoExecs::NoTrdRegPublications

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

#initializeNoTrdRegPublications

Returns a new instance of NoTrdRegPublications.



262586
262587
262588
262589
262590
262591
262592
# File 'lib/quickfix50sp2.rb', line 262586

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2669
  order[1] = 2670
  order[2] = 0
  super(2668, 2669, order)
end