Class: Quickfix::LegPaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexIDSource
constructor
A new instance of LegPaymentStreamRateIndexIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexIDSource
Returns a new instance of LegPaymentStreamRateIndexIDSource.
76186 76187 76188 76189 76190 76191 76192 |
# File 'lib/quickfix_fields.rb', line 76186 def initialize(data = nil) if( data == nil ) super(43089) else super(43089, data) end end |
Class Method Details
.field ⇒ Object
76183 76184 76185 |
# File 'lib/quickfix_fields.rb', line 76183 def LegPaymentStreamRateIndexIDSource.field return 43089 end |