Class: Quickfix::UnderlyingReturnRateReferencePage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateReferencePage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePage
constructor
A new instance of UnderlyingReturnRateReferencePage.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePage
Returns a new instance of UnderlyingReturnRateReferencePage.
74743 74744 74745 74746 74747 74748 74749 |
# File 'lib/quickfix_fields.rb', line 74743 def initialize(data = nil) if( data == nil ) super(43062) else super(43062, data) end end |