Class: Quickfix::RelatedSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityType
constructor
A new instance of RelatedSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityType
Returns a new instance of RelatedSecurityType.
20325 20326 20327 20328 20329 20330 20331 |
# File 'lib/quickfix_fields.rb', line 20325 def initialize(data = nil) if( data == nil ) super(1652) else super(1652, data) end end |
Class Method Details
.field ⇒ Object
20322 20323 20324 |
# File 'lib/quickfix_fields.rb', line 20322 def .field return 1652 end |