Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoContractualMatrices

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

#initializeNoContractualMatrices

Returns a new instance of NoContractualMatrices.



311916
311917
311918
311919
311920
311921
311922
311923
# File 'lib/quickfix50sp2.rb', line 311916

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 40043
  order[1] = 40044
  order[2] = 40045
  order[3] = 0
  super(40042, 40043, order)
end