Class: Quickfix::PaymentStreamRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex
constructor
A new instance of PaymentStreamRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex
Returns a new instance of PaymentStreamRateIndex.
37550 37551 37552 37553 37554 37555 37556 |
# File 'lib/quickfix_fields.rb', line 37550 def initialize(data = nil) if( data == nil ) super(40789) else super(40789, data) end end |
Class Method Details
.field ⇒ Object
37547 37548 37549 |
# File 'lib/quickfix_fields.rb', line 37547 def PaymentStreamRateIndex.field return 40789 end |