Class: Quickfix::LegPaymentStreamRateMultiplier
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateMultiplier
constructor
A new instance of LegPaymentStreamRateMultiplier.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateMultiplier
Returns a new instance of LegPaymentStreamRateMultiplier.
31648 31649 31650 31651 31652 31653 31654 |
# File 'lib/quickfix_fields.rb', line 31648 def initialize(data = nil) if( data == nil ) super(40335) else super(40335, data) end end |