Class: Quickfix::PaymentStreamInitialRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamInitialRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInitialRate
constructor
A new instance of PaymentStreamInitialRate.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInitialRate
Returns a new instance of PaymentStreamInitialRate.
37732 37733 37734 37735 37736 37737 37738 |
# File 'lib/quickfix_fields.rb', line 37732 def initialize(data = nil) if( data == nil ) super(40803) else super(40803, data) end end |