Class: Quickfix::PaymentStreamRateIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2
constructor
A new instance of PaymentStreamRateIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2
Returns a new instance of PaymentStreamRateIndex2.
78357 78358 78359 78360 78361 78362 78363 |
# File 'lib/quickfix_fields.rb', line 78357 def initialize(data = nil) if( data == nil ) super(43112) else super(43112, data) end end |
Class Method Details
.field ⇒ Object
78354 78355 78356 |
# File 'lib/quickfix_fields.rb', line 78354 def PaymentStreamRateIndex2.field return 43112 end |