Class: Quickfix::UnderlyingSymbolSfx
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSymbolSfx
constructor
A new instance of UnderlyingSymbolSfx.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSymbolSfx
Returns a new instance of UnderlyingSymbolSfx.
3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/quickfix_fields.rb', line 3945 def initialize(data = nil) if( data == nil ) super(312) else super(312, data) end end |
Class Method Details
.field ⇒ Object
3942 3943 3944 |
# File 'lib/quickfix_fields.rb', line 3942 def .field return 312 end |