Class: Quickfix::LegPaymentStreamRateIndex2CurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurveUnit
constructor
A new instance of LegPaymentStreamRateIndex2CurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurveUnit
Returns a new instance of LegPaymentStreamRateIndex2CurveUnit.
50108 50109 50110 50111 50112 50113 50114 |
# File 'lib/quickfix_fields.rb', line 50108 def initialize(data = nil) if( data == nil ) super(41563) else super(41563, data) end end |
Class Method Details
.field ⇒ Object
50105 50106 50107 |
# File 'lib/quickfix_fields.rb', line 50105 def LegPaymentStreamRateIndex2CurveUnit.field return 41563 end |