Class: Quickfix::UnderlyingReturnRateQuoteDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuoteDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate
constructor
A new instance of UnderlyingReturnRateQuoteDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteDate
74574 74575 74576 74577 74578 74579 74580 |
# File 'lib/quickfix_fields.rb', line 74574 def initialize(data = nil) if( data == nil ) super(43049) else super(43049, data) end end |