Class: Quickfix::ListName

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) ⇒ ListName

Returns a new instance of ListName.



4881
4882
4883
4884
4885
4886
4887
# File 'lib/quickfix_fields.rb', line 4881

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

Class Method Details

.fieldObject



4878
4879
4880
# File 'lib/quickfix_fields.rb', line 4878

def ListName.field
  return 392
end