Class: Quickfix::LegStreamCommodityBase
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCommodityBase
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityBase
constructor
A new instance of LegStreamCommodityBase.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityBase
Returns a new instance of LegStreamCommodityBase.
51187 51188 51189 51190 51191 51192 51193 |
# File 'lib/quickfix_fields.rb', line 51187 def initialize(data = nil) if( data == nil ) super(41648) else super(41648, data) end end |
Class Method Details
.field ⇒ Object
51184 51185 51186 |
# File 'lib/quickfix_fields.rb', line 51184 def LegStreamCommodityBase.field return 41648 end |