Class: Quickfix::NoUnderlyingReturnRates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRates
constructor
A new instance of NoUnderlyingReturnRates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRates
Returns a new instance of NoUnderlyingReturnRates.
74379 74380 74381 74382 74383 74384 74385 |
# File 'lib/quickfix_fields.rb', line 74379 def initialize(data = nil) if( data == nil ) super(43034) else super(43034, data) end end |
Class Method Details
.field ⇒ Object
74376 74377 74378 |
# File 'lib/quickfix_fields.rb', line 74376 def NoUnderlyingReturnRates.field return 43034 end |