Class: Quickfix::PaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexIDSource
constructor
A new instance of PaymentStreamRateIndexIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexIDSource
Returns a new instance of PaymentStreamRateIndexIDSource.
76225 76226 76227 76228 76229 76230 76231 |
# File 'lib/quickfix_fields.rb', line 76225 def initialize(data = nil) if( data == nil ) super(43091) else super(43091, data) end end |
Class Method Details
.field ⇒ Object
76222 76223 76224 |
# File 'lib/quickfix_fields.rb', line 76222 def PaymentStreamRateIndexIDSource.field return 43091 end |