Class: Quickfix::LegPaymentStreamRateIndexID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndexID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexID
constructor
A new instance of LegPaymentStreamRateIndexID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexID
Returns a new instance of LegPaymentStreamRateIndexID.
76173 76174 76175 76176 76177 76178 76179 |
# File 'lib/quickfix_fields.rb', line 76173 def initialize(data = nil) if( data == nil ) super(43088) else super(43088, data) end end |
Class Method Details
.field ⇒ Object
76170 76171 76172 |
# File 'lib/quickfix_fields.rb', line 76170 def LegPaymentStreamRateIndexID.field return 43088 end |