Class: Quickfix::ListName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ListName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListName
constructor
A new instance of ListName.
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
.field ⇒ Object
4878 4879 4880 |
# File 'lib/quickfix_fields.rb', line 4878 def ListName.field return 392 end |