Class: Quickfix::NoUnderlyingReturnRateInformationSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingReturnRateInformationSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateInformationSources
constructor
A new instance of NoUnderlyingReturnRateInformationSources.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateInformationSources
Returns a new instance of NoUnderlyingReturnRateInformationSources.
74717 74718 74719 74720 74721 74722 74723 |
# File 'lib/quickfix_fields.rb', line 74717 def initialize(data = nil) if( data == nil ) super(43060) else super(43060, data) end end |