Class: Quickfix::NoUnderlyingReturnRateInformationSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRateInformationSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateInformationSources
constructor
A new instance of NoUnderlyingReturnRateInformationSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateInformationSources
Returns a new instance of NoUnderlyingReturnRateInformationSources.
74717 74718 74719 74720 74721 74722 74723 |
# File 'lib/quickfix_fields.rb', line 74717 def initialize(data = nil) if( data == nil ) super(43060) else super(43060, data) end end |
Class Method Details
.field ⇒ Object
74714 74715 74716 |
# File 'lib/quickfix_fields.rb', line 74714 def .field return 43060 end |