Class: Quickfix::LegPaymentStreamRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex
constructor
A new instance of LegPaymentStreamRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex
Returns a new instance of LegPaymentStreamRateIndex.
31596 31597 31598 31599 31600 31601 31602 |
# File 'lib/quickfix_fields.rb', line 31596 def initialize(data = nil) if( data == nil ) super(40331) else super(40331, data) end end |
Class Method Details
.field ⇒ Object
31593 31594 31595 |
# File 'lib/quickfix_fields.rb', line 31593 def LegPaymentStreamRateIndex.field return 40331 end |