Class: Quickfix::ReturnRateQuotePricingModel
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReturnRateQuotePricingModel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuotePricingModel
constructor
A new instance of ReturnRateQuotePricingModel.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuotePricingModel
Returns a new instance of ReturnRateQuotePricingModel.
70479 70480 70481 70482 70483 70484 70485 |
# File 'lib/quickfix_fields.rb', line 70479 def initialize(data = nil) if( data == nil ) super(42754) else super(42754, data) end end |
Class Method Details
.field ⇒ Object
70476 70477 70478 |
# File 'lib/quickfix_fields.rb', line 70476 def ReturnRateQuotePricingModel.field return 42754 end |