Class: Quickfix::LegStreamCommodityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCommodityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityType
constructor
A new instance of LegStreamCommodityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityType
Returns a new instance of LegStreamCommodityType.
51200 51201 51202 51203 51204 51205 51206 |
# File 'lib/quickfix_fields.rb', line 51200 def initialize(data = nil) if( data == nil ) super(41649) else super(41649, data) end end |
Class Method Details
.field ⇒ Object
51197 51198 51199 |
# File 'lib/quickfix_fields.rb', line 51197 def LegStreamCommodityType.field return 41649 end |