Class: Quickfix::ListName

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ListName

Returns a new instance of ListName.



11160
11161
11162
11163
11164
11165
11166
# File 'lib/quickfix_fields.rb', line 11160

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

Class Method Details

.fieldObject



11157
11158
11159
# File 'lib/quickfix_fields.rb', line 11157

def ListName.field
  return 392
end