Class: Quickfix::UnderlyingReturnRateInformationSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateInformationSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateInformationSource
constructor
A new instance of UnderlyingReturnRateInformationSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateInformationSource
Returns a new instance of UnderlyingReturnRateInformationSource.
74730 74731 74732 74733 74734 74735 74736 |
# File 'lib/quickfix_fields.rb', line 74730 def initialize(data = nil) if( data == nil ) super(43061) else super(43061, data) end end |
Class Method Details
.field ⇒ Object
74727 74728 74729 |
# File 'lib/quickfix_fields.rb', line 74727 def .field return 43061 end |