Class: Quickfix44::Logon::NoMsgTypes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMsgTypes

Returns a new instance of NoMsgTypes.



701
702
703
704
705
706
707
# File 'lib/quickfix44.rb', line 701

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