Class: Quickfix::PaymentStubIndex2RateMultiplier
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStubIndex2RateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateMultiplier
constructor
A new instance of PaymentStubIndex2RateMultiplier.
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateMultiplier
Returns a new instance of PaymentStubIndex2RateMultiplier.
38941 38942 38943 38944 38945 38946 38947 |
# File 'lib/quickfix_fields.rb', line 38941 def initialize(data = nil) if( data == nil ) super(40896) else super(40896, data) end end |