Class: Quickfix::UnderlyingReturnRateFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingReturnRateFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateFXRate
constructor
A new instance of UnderlyingReturnRateFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateFXRate
Returns a new instance of UnderlyingReturnRateFXRate.
74353 74354 74355 74356 74357 74358 74359 |
# File 'lib/quickfix_fields.rb', line 74353 def initialize(data = nil) if( data == nil ) super(43032) else super(43032, data) end end |
Class Method Details
.field ⇒ Object
74350 74351 74352 |
# File 'lib/quickfix_fields.rb', line 74350 def .field return 43032 end |