Class: Quickfix::RelatedSymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSymbol
constructor
A new instance of RelatedSymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedSymbol
Returns a new instance of RelatedSymbol.
20286 20287 20288 20289 20290 20291 20292 |
# File 'lib/quickfix_fields.rb', line 20286 def initialize(data = nil) if( data == nil ) super(1649) else super(1649, data) end end |
Class Method Details
.field ⇒ Object
20283 20284 20285 |
# File 'lib/quickfix_fields.rb', line 20283 def RelatedSymbol.field return 1649 end |