Class: Quickfix::PaymentStreamRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRate
constructor
A new instance of PaymentStreamRate.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRate
Returns a new instance of PaymentStreamRate.
37485 37486 37487 37488 37489 37490 37491 |
# File 'lib/quickfix_fields.rb', line 37485 def initialize(data = nil) if( data == nil ) super(40784) else super(40784, data) end end |