Class: Quickfix50Sp1::UserNotification::NoUsernames

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUsernames

Returns a new instance of NoUsernames.



23533
23534
23535
23536
23537
23538
# File 'lib/quickfix50sp1.rb', line 23533

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