Class: Quickfix::PaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexIDSource
constructor
A new instance of PaymentStreamRateIndexIDSource.
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 |