Class: Quickfix::UnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnitOfMeasure
constructor
A new instance of UnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnitOfMeasure
Returns a new instance of UnitOfMeasure.
15164 15165 15166 15167 15168 15169 15170 |
# File 'lib/quickfix_fields.rb', line 15164 def initialize(data = nil) if( data == nil ) super(996) else super(996, data) end end |
Class Method Details
.field ⇒ Object
15161 15162 15163 |
# File 'lib/quickfix_fields.rb', line 15161 def UnitOfMeasure.field return 996 end |