Class: Quickfix50Sp2::UserNotification::NoUsernames

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



27289
27290
27291
27292
27293
27294
# File 'lib/quickfix50sp2.rb', line 27289

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