Class: Quickfix::ReturnRateFXRateCalc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ReturnRateFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateFXRateCalc
constructor
A new instance of ReturnRateFXRateCalc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateFXRateCalc
Returns a new instance of ReturnRateFXRateCalc.
70219 70220 70221 70222 70223 70224 70225 |
# File 'lib/quickfix_fields.rb', line 70219 def initialize(data = nil) if( data == nil ) super(42734) else super(42734, data) end end |
Class Method Details
.field ⇒ Object
70216 70217 70218 |
# File 'lib/quickfix_fields.rb', line 70216 def ReturnRateFXRateCalc.field return 42734 end |