Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoDerivativeSecurityAltID

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

#initializeNoDerivativeSecurityAltID



337382
337383
337384
337385
337386
337387
337388
# File 'lib/quickfix50sp2.rb', line 337382

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1219
  order[1] = 1220
  order[2] = 0
  super(1218, 1219, order)
end