Method: Quickfix50Sp1::SecurityListRequest::NoInstrAttrib#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoInstrAttrib
Returns a new instance of NoInstrAttrib.
10328 10329 10330 10331 10332 10333 10334 |
# File 'lib/quickfix50sp1.rb', line 10328 def initialize order = Quickfix::IntArray.new(3) order[0] = 871 order[1] = 872 order[2] = 0 super(870, 871, order) end |