Class: Quickfix::UnderlyingReturnRateQuotePricingModel
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateQuotePricingModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuotePricingModel
constructor
A new instance of UnderlyingReturnRateQuotePricingModel.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
74623 74624 74625 |
# File 'lib/quickfix_fields.rb', line 74623 def UnderlyingReturnRateQuotePricingModel.field return 43053 end |