Class: Quickfix::UnderlyingPaymentStubIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurveUnit
constructor
A new instance of UnderlyingPaymentStubIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurveUnit
Returns a new instance of UnderlyingPaymentStubIndexCurveUnit.
36614 36615 36616 36617 36618 36619 36620 |
# File 'lib/quickfix_fields.rb', line 36614 def initialize(data = nil) if( data == nil ) super(40717) else super(40717, data) end end |
Class Method Details
.field ⇒ Object
36611 36612 36613 |
# File 'lib/quickfix_fields.rb', line 36611 def .field return 40717 end |