Method: Quickfix50Sp2::SecurityListRequest::NoInstrAttrib#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoInstrAttrib

Returns a new instance of NoInstrAttrib.



12110
12111
12112
12113
12114
12115
12116
# File 'lib/quickfix50sp2.rb', line 12110

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 871
  order[1] = 872
  order[2] = 0
  super(870, 871, order)
end