Class: Quickfix::LegSymbolSfx
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSymbolSfx
constructor
A new instance of LegSymbolSfx.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSymbolSfx
Returns a new instance of LegSymbolSfx.
8170 8171 8172 8173 8174 8175 8176 |
# File 'lib/quickfix_fields.rb', line 8170 def initialize(data = nil) if( data == nil ) super(601) else super(601, data) end end |
Class Method Details
.field ⇒ Object
8167 8168 8169 |
# File 'lib/quickfix_fields.rb', line 8167 def LegSymbolSfx.field return 601 end |