Class: Quickfix::UnderlyingSymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSymbol
constructor
A new instance of UnderlyingSymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSymbol
Returns a new instance of UnderlyingSymbol.
3932 3933 3934 3935 3936 3937 3938 |
# File 'lib/quickfix_fields.rb', line 3932 def initialize(data = nil) if( data == nil ) super(311) else super(311, data) end end |
Class Method Details
.field ⇒ Object
3929 3930 3931 |
# File 'lib/quickfix_fields.rb', line 3929 def .field return 311 end |