Class: Quickfix::PaymentStreamRateIndexLocation
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexLocation
constructor
A new instance of PaymentStreamRateIndexLocation.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexLocation
Returns a new instance of PaymentStreamRateIndexLocation.
44791 44792 44793 44794 44795 44796 44797 |
# File 'lib/quickfix_fields.rb', line 44791 def initialize(data = nil) if( data == nil ) super(41196) else super(41196, data) end end |