Class: Quickfix::LegUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegUnitOfMeasure
constructor
A new instance of LegUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegUnitOfMeasure
Returns a new instance of LegUnitOfMeasure.
15190 15191 15192 15193 15194 15195 15196 |
# File 'lib/quickfix_fields.rb', line 15190 def initialize(data = nil) if( data == nil ) super(999) else super(999, data) end end |
Class Method Details
.field ⇒ Object
15187 15188 15189 |
# File 'lib/quickfix_fields.rb', line 15187 def LegUnitOfMeasure.field return 999 end |