Class: Quickfix::UserStatusText

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UserStatusText

Returns a new instance of UserStatusText.



12512
12513
12514
12515
12516
12517
12518
# File 'lib/quickfix_fields.rb', line 12512

def initialize(data = nil)
  if( data == nil )
    super(927)
  else
    super(927, data)
  end
end

Class Method Details

.fieldObject



12509
12510
12511
# File 'lib/quickfix_fields.rb', line 12509

def UserStatusText.field
  return 927
end