Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure
constructor
A new instance of UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure
Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPriceUnitOfMeasure.
54840 54841 54842 54843 54844 54845 54846 |
# File 'lib/quickfix_fields.rb', line 54840 def initialize(data = nil) if( data == nil ) super(41889) else super(41889, data) end end |
Class Method Details
.field ⇒ Object
54837 54838 54839 |
# File 'lib/quickfix_fields.rb', line 54837 def .field return 41889 end |