Class: Quickfix::UnderlyingPaymentStreamRateIndexUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexUnitOfMeasure
constructor
A new instance of UnderlyingPaymentStreamRateIndexUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexUnitOfMeasure
Returns a new instance of UnderlyingPaymentStreamRateIndexUnitOfMeasure.
55178 55179 55180 55181 55182 55183 55184 |
# File 'lib/quickfix_fields.rb', line 55178 def initialize(data = nil) if( data == nil ) super(41915) else super(41915, data) end end |
Class Method Details
.field ⇒ Object
55175 55176 55177 |
# File 'lib/quickfix_fields.rb', line 55175 def UnderlyingPaymentStreamRateIndexUnitOfMeasure.field return 41915 end |