Class: Quickfix::LegReturnRateQuotePricingModel
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReturnRateQuotePricingModel
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuotePricingModel
constructor
A new instance of LegReturnRateQuotePricingModel.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuotePricingModel
Returns a new instance of LegReturnRateQuotePricingModel.
67892 67893 67894 67895 67896 67897 67898 |
# File 'lib/quickfix_fields.rb', line 67892 def initialize(data = nil) if( data == nil ) super(42553) else super(42553, data) end end |