Class: Quickfix::LegStreamCommodityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCommodityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityDesc
constructor
A new instance of LegStreamCommodityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityDesc
Returns a new instance of LegStreamCommodityDesc.
51239 51240 51241 51242 51243 51244 51245 |
# File 'lib/quickfix_fields.rb', line 51239 def initialize(data = nil) if( data == nil ) super(41652) else super(41652, data) end end |
Class Method Details
.field ⇒ Object
51236 51237 51238 |
# File 'lib/quickfix_fields.rb', line 51236 def LegStreamCommodityDesc.field return 41652 end |