Class: Quickfix::PosQtyUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosQtyUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosQtyUnitOfMeasure
constructor
A new instance of PosQtyUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosQtyUnitOfMeasure
Returns a new instance of PosQtyUnitOfMeasure.
24056 24057 24058 24059 24060 24061 24062 |
# File 'lib/quickfix_fields.rb', line 24056 def initialize(data = nil) if( data == nil ) super(1836) else super(1836, data) end end |
Class Method Details
.field ⇒ Object
24053 24054 24055 |
# File 'lib/quickfix_fields.rb', line 24053 def PosQtyUnitOfMeasure.field return 1836 end |