Class: Quickfix42::MarketDataRequest::NoMDEntryTypes

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix42.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMDEntryTypes



613
614
615
616
617
618
# File 'lib/quickfix42.rb', line 613

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 269
  order[1] = 0
  super(267, 269, order)
end