Class: Quickfix50Sp2::TradeCaptureReport::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



195129
195130
195131
195132
195133
195134
195135
# File 'lib/quickfix50sp2.rb', line 195129

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