Class: Quickfix::SettlRateFallbackRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlRateFallbackRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlRateFallbackRateSource
constructor
A new instance of SettlRateFallbackRateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlRateFallbackRateSource
32142 32143 32144 32145 32146 32147 32148 |
# File 'lib/quickfix_fields.rb', line 32142 def initialize(data = nil) if( data == nil ) super(40373) else super(40373, data) end end |
Class Method Details
.field ⇒ Object
32139 32140 32141 |
# File 'lib/quickfix_fields.rb', line 32139 def SettlRateFallbackRateSource.field return 40373 end |