Class: Quickfix::LegPaymentStreamRateIndexLocation
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLocation
constructor
A new instance of LegPaymentStreamRateIndexLocation.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexLocation
Returns a new instance of LegPaymentStreamRateIndexLocation.
50134 50135 50136 50137 50138 50139 50140 |
# File 'lib/quickfix_fields.rb', line 50134 def initialize(data = nil) if( data == nil ) super(41565) else super(41565, data) end end |