Class: Quickfix44::Logon::NoMsgTypes

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

Instance Method Summary collapse

Constructor Details

#initializeNoMsgTypes

Returns a new instance of NoMsgTypes.



545
546
547
548
549
550
551
# File 'lib/quickfix44.rb', line 545

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