Class: Quickfix::LegReturnRateFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegReturnRateFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateFXRateCalc
constructor
A new instance of LegReturnRateFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateFXRateCalc
Returns a new instance of LegReturnRateFXRateCalc.
67632 67633 67634 67635 67636 67637 67638 |
# File 'lib/quickfix_fields.rb', line 67632 def initialize(data = nil) if( data == nil ) super(42533) else super(42533, data) end end |
Class Method Details
.field ⇒ Object
67629 67630 67631 |
# File 'lib/quickfix_fields.rb', line 67629 def LegReturnRateFXRateCalc.field return 42533 end |