Class: Quickfix::UnderlyingReturnRateInformationSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingReturnRateInformationSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateInformationSource
constructor
A new instance of UnderlyingReturnRateInformationSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateInformationSource
Returns a new instance of UnderlyingReturnRateInformationSource.
74730 74731 74732 74733 74734 74735 74736 |
# File 'lib/quickfix_fields.rb', line 74730 def initialize(data = nil) if( data == nil ) super(43061) else super(43061, data) end end |