Class: Quickfix::LegSymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSymbol
constructor
A new instance of LegSymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSymbol
Returns a new instance of LegSymbol.
8157 8158 8159 8160 8161 8162 8163 |
# File 'lib/quickfix_fields.rb', line 8157 def initialize(data = nil) if( data == nil ) super(600) else super(600, data) end end |
Class Method Details
.field ⇒ Object
8154 8155 8156 |
# File 'lib/quickfix_fields.rb', line 8154 def LegSymbol.field return 600 end |