Class: Quickfix::NoUnderlyingReturnRateFXConversions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRateFXConversions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateFXConversions
constructor
A new instance of NoUnderlyingReturnRateFXConversions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateFXConversions
Returns a new instance of NoUnderlyingReturnRateFXConversions.
74327 74328 74329 74330 74331 74332 74333 |
# File 'lib/quickfix_fields.rb', line 74327 def initialize(data = nil) if( data == nil ) super(43030) else super(43030, data) end end |
Class Method Details
.field ⇒ Object
74324 74325 74326 |
# File 'lib/quickfix_fields.rb', line 74324 def NoUnderlyingReturnRateFXConversions.field return 43030 end |