Class: Quickfix::UnderlyingReturnRateQuoteExchange
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuoteExchange
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExchange
constructor
A new instance of UnderlyingReturnRateQuoteExchange.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteExchange
Returns a new instance of UnderlyingReturnRateQuoteExchange.
74613 74614 74615 74616 74617 74618 74619 |
# File 'lib/quickfix_fields.rb', line 74613 def initialize(data = nil) if( data == nil ) super(43052) else super(43052, data) end end |