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