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