Class: Quickfix::UnderlyingPaymentScheduleRateUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleRateUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateUnitOfMeasure
constructor
A new instance of UnderlyingPaymentScheduleRateUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateUnitOfMeasure
Returns a new instance of UnderlyingPaymentScheduleRateUnitOfMeasure.
54775 54776 54777 54778 54779 54780 54781 |
# File 'lib/quickfix_fields.rb', line 54775 def initialize(data = nil) if( data == nil ) super(41884) else super(41884, data) end end |
Class Method Details
.field ⇒ Object
54772 54773 54774 |
# File 'lib/quickfix_fields.rb', line 54772 def .field return 41884 end |