Class: Quickfix::PaymentStubRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStubRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubRate
constructor
A new instance of PaymentStubRate.
Constructor Details
#initialize(data = nil) ⇒ PaymentStubRate
Returns a new instance of PaymentStubRate.
38668 38669 38670 38671 38672 38673 38674 |
# File 'lib/quickfix_fields.rb', line 38668 def initialize(data = nil) if( data == nil ) super(40875) else super(40875, data) end end |