Class: Quickfix11::Logon::NoMsgTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMsgTypes



59
60
61
62
63
64
65
66
67
# File 'lib/quickfixt11.rb', line 59

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 372
  order[1] = 385
  order[2] = 1130
  order[3] = 1131
  order[4] = 0
  super(384, 372, order)
end