Class: Quickfix::LegPaymentStreamRateIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexCurveUnit
constructor
A new instance of LegPaymentStreamRateIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexCurveUnit
Returns a new instance of LegPaymentStreamRateIndexCurveUnit.
31622 31623 31624 31625 31626 31627 31628 |
# File 'lib/quickfix_fields.rb', line 31622 def initialize(data = nil) if( data == nil ) super(40333) else super(40333, data) end end |
Class Method Details
.field ⇒ Object
31619 31620 31621 |
# File 'lib/quickfix_fields.rb', line 31619 def LegPaymentStreamRateIndexCurveUnit.field return 40333 end |