Class: Quickfix::SecurityListDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityListDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListDesc
constructor
A new instance of SecurityListDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityListDesc
19415 19416 19417 19418 19419 19420 19421 |
# File 'lib/quickfix_fields.rb', line 19415 def initialize(data = nil) if( data == nil ) super(1467) else super(1467, data) end end |
Class Method Details
.field ⇒ Object
19412 19413 19414 |
# File 'lib/quickfix_fields.rb', line 19412 def SecurityListDesc.field return 1467 end |