Class: Quickfix::PaymentStreamRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateSpread
constructor
A new instance of PaymentStreamRateSpread.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateSpread
Returns a new instance of PaymentStreamRateSpread.
37615 37616 37617 37618 37619 37620 37621 |
# File 'lib/quickfix_fields.rb', line 37615 def initialize(data = nil) if( data == nil ) super(40794) else super(40794, data) end end |