Class: Quickfix::LegPaymentStreamRateIndex2ID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndex2ID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2ID
constructor
A new instance of LegPaymentStreamRateIndex2ID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2ID
Returns a new instance of LegPaymentStreamRateIndex2ID.
78435 78436 78437 78438 78439 78440 78441 |
# File 'lib/quickfix_fields.rb', line 78435 def initialize(data = nil) if( data == nil ) super(43118) else super(43118, data) end end |
Class Method Details
.field ⇒ Object
78432 78433 78434 |
# File 'lib/quickfix_fields.rb', line 78432 def LegPaymentStreamRateIndex2ID.field return 43118 end |