Class: Quickfix::LegStreamDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamDesc
constructor
A new instance of LegStreamDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamDesc
Returns a new instance of LegStreamDesc.
30452 30453 30454 30455 30456 30457 30458 |
# File 'lib/quickfix_fields.rb', line 30452 def initialize(data = nil) if( data == nil ) super(40243) else super(40243, data) end end |
Class Method Details
.field ⇒ Object
30449 30450 30451 |
# File 'lib/quickfix_fields.rb', line 30449 def LegStreamDesc.field return 40243 end |