Class: Quickfix50Sp2::Confirmation::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.



219737
219738
219739
219740
219741
219742
219743
# File 'lib/quickfix50sp2.rb', line 219737

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