Class: Quickfix::PaymentStreamRateIndexSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamRateIndexSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexSource
constructor
A new instance of PaymentStreamRateIndexSource.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexSource
Returns a new instance of PaymentStreamRateIndexSource.
37563 37564 37565 37566 37567 37568 37569 |
# File 'lib/quickfix_fields.rb', line 37563 def initialize(data = nil) if( data == nil ) super(40790) else super(40790, data) end end |