Class: Quickfix::LegPaymentStreamRateIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2
constructor
A new instance of LegPaymentStreamRateIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2
Returns a new instance of LegPaymentStreamRateIndex2.
78409 78410 78411 78412 78413 78414 78415 |
# File 'lib/quickfix_fields.rb', line 78409 def initialize(data = nil) if( data == nil ) super(43116) else super(43116, data) end end |
Class Method Details
.field ⇒ Object
78406 78407 78408 |
# File 'lib/quickfix_fields.rb', line 78406 def LegPaymentStreamRateIndex2.field return 43116 end |