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



323226
323227
323228
323229
323230
323231
323232
# File 'lib/quickfix50sp2.rb', line 323226

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