Class: Quickfix::UnderlyingReturnRateQuotePricingModel
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateQuotePricingModel
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuotePricingModel
constructor
A new instance of UnderlyingReturnRateQuotePricingModel.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuotePricingModel
Returns a new instance of UnderlyingReturnRateQuotePricingModel.
74626 74627 74628 74629 74630 74631 74632 |
# File 'lib/quickfix_fields.rb', line 74626 def initialize(data = nil) if( data == nil ) super(43053) else super(43053, data) end end |