Class: Quickfix::PaymentStreamRateIndex2ID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamRateIndex2ID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2ID
constructor
A new instance of PaymentStreamRateIndex2ID.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2ID
Returns a new instance of PaymentStreamRateIndex2ID.
78383 78384 78385 78386 78387 78388 78389 |
# File 'lib/quickfix_fields.rb', line 78383 def initialize(data = nil) if( data == nil ) super(43114) else super(43114, data) end end |