Class: Quickfix::NoUnderlyingSettlRateFallbacks
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingSettlRateFallbacks
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingSettlRateFallbacks
constructor
A new instance of NoUnderlyingSettlRateFallbacks.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingSettlRateFallbacks
Returns a new instance of NoUnderlyingSettlRateFallbacks.
35860 35861 35862 35863 35864 35865 35866 |
# File 'lib/quickfix_fields.rb', line 35860 def initialize(data = nil) if( data == nil ) super(40659) else super(40659, data) end end |
Class Method Details
.field ⇒ Object
35857 35858 35859 |
# File 'lib/quickfix_fields.rb', line 35857 def .field return 40659 end |