Class: Quickfix::StreamCommodityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamCommodityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityType
constructor
A new instance of StreamCommodityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityType
Returns a new instance of StreamCommodityType.
45493 45494 45495 45496 45497 45498 45499 |
# File 'lib/quickfix_fields.rb', line 45493 def initialize(data = nil) if( data == nil ) super(41252) else super(41252, data) end end |
Class Method Details
.field ⇒ Object
45490 45491 45492 |
# File 'lib/quickfix_fields.rb', line 45490 def StreamCommodityType.field return 41252 end |