Class: Quickfix::OvernightInterestRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OvernightInterestRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OvernightInterestRate
constructor
A new instance of OvernightInterestRate.
Constructor Details
#initialize(data = nil) ⇒ OvernightInterestRate
Returns a new instance of OvernightInterestRate.
62679 62680 62681 62682 62683 62684 62685 |
# File 'lib/quickfix_fields.rb', line 62679 def initialize(data = nil) if( data == nil ) super(2590) else super(2590, data) end end |