Class: Quickfix::SecurityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityDesc
constructor
A new instance of SecurityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityDesc
Returns a new instance of SecurityDesc.
1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/quickfix_fields.rb', line 1969 def initialize(data = nil) if( data == nil ) super(107) else super(107, data) end end |
Class Method Details
.field ⇒ Object
1966 1967 1968 |
# File 'lib/quickfix_fields.rb', line 1966 def SecurityDesc.field return 107 end |