Class: Quickfix::PaymentStubIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexCurveUnit
constructor
A new instance of PaymentStubIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexCurveUnit
Returns a new instance of PaymentStubIndexCurveUnit.
38746 38747 38748 38749 38750 38751 38752 |
# File 'lib/quickfix_fields.rb', line 38746 def initialize(data = nil) if( data == nil ) super(40881) else super(40881, data) end end |
Class Method Details
.field ⇒ Object
38743 38744 38745 |
# File 'lib/quickfix_fields.rb', line 38743 def PaymentStubIndexCurveUnit.field return 40881 end |