Class: Quickfix::UnderlyingLegSymbolSfx
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingLegSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx
constructor
A new instance of UnderlyingLegSymbolSfx.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx
17816 17817 17818 17819 17820 17821 17822 |
# File 'lib/quickfix_fields.rb', line 17816 def initialize(data = nil) if( data == nil ) super(1331) else super(1331, data) end end |
Class Method Details
.field ⇒ Object
17813 17814 17815 |
# File 'lib/quickfix_fields.rb', line 17813 def .field return 1331 end |