Class: Quickfix::PaymentUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentUnitOfMeasure
constructor
A new instance of PaymentUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentUnitOfMeasure
Returns a new instance of PaymentUnitOfMeasure.
44258 44259 44260 44261 44262 44263 44264 |
# File 'lib/quickfix_fields.rb', line 44258 def initialize(data = nil) if( data == nil ) super(41155) else super(41155, data) end end |
Class Method Details
.field ⇒ Object
44255 44256 44257 |
# File 'lib/quickfix_fields.rb', line 44255 def PaymentUnitOfMeasure.field return 41155 end |