Class: Quickfix::LegPaymentStubIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCurveUnit
constructor
A new instance of LegPaymentStubIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCurveUnit
Returns a new instance of LegPaymentStubIndexCurveUnit.
32844 32845 32846 32847 32848 32849 32850 |
# File 'lib/quickfix_fields.rb', line 32844 def initialize(data = nil) if( data == nil ) super(40427) else super(40427, data) end end |
Class Method Details
.field ⇒ Object
32841 32842 32843 |
# File 'lib/quickfix_fields.rb', line 32841 def LegPaymentStubIndexCurveUnit.field return 40427 end |