Class: Quickfix::UnderlyingReturnRatePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingReturnRatePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRatePrice
constructor
A new instance of UnderlyingReturnRatePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRatePrice
Returns a new instance of UnderlyingReturnRatePrice.
74795 74796 74797 74798 74799 74800 74801 |
# File 'lib/quickfix_fields.rb', line 74795 def initialize(data = nil) if( data == nil ) super(43066) else super(43066, data) end end |
Class Method Details
.field ⇒ Object
74792 74793 74794 |
# File 'lib/quickfix_fields.rb', line 74792 def .field return 43066 end |