Class: Quickfix::UnderlyingPaymentStubIndex2CurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit
constructor
A new instance of UnderlyingPaymentStubIndex2CurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit
Returns a new instance of UnderlyingPaymentStubIndex2CurveUnit.
36796 36797 36798 36799 36800 36801 36802 |
# File 'lib/quickfix_fields.rb', line 36796 def initialize(data = nil) if( data == nil ) super(40731) else super(40731, data) end end |
Class Method Details
.field ⇒ Object
36793 36794 36795 |
# File 'lib/quickfix_fields.rb', line 36793 def .field return 40731 end |