Class: Quickfix::LegReturnRateFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegReturnRateFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateFXRate
constructor
A new instance of LegReturnRateFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateFXRate
Returns a new instance of LegReturnRateFXRate.
67619 67620 67621 67622 67623 67624 67625 |
# File 'lib/quickfix_fields.rb', line 67619 def initialize(data = nil) if( data == nil ) super(42532) else super(42532, data) end end |
Class Method Details
.field ⇒ Object
67616 67617 67618 |
# File 'lib/quickfix_fields.rb', line 67616 def LegReturnRateFXRate.field return 42532 end |