Class: Quickfix50Sp2::QuoteAck::NoQuoteAttributes

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

#initializeNoQuoteAttributes



364025
364026
364027
364028
364029
364030
364031
# File 'lib/quickfix50sp2.rb', line 364025

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 2707
  order[1] = 2708
  order[2] = 0
  super(2706, 2707, order)
end