Class: Quickfix50Sp1::DerivativeSecurityListUpdateReport::NoDerivativeInstrAttrib

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDerivativeInstrAttrib



22664
22665
22666
22667
22668
22669
22670
# File 'lib/quickfix50sp1.rb', line 22664

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1313
  order[1] = 1314
  order[2] = 0
  super(1311, 1313, order)
end